PublishToolsConfig class

Constructors

PublishToolsConfig({required Pubspec pubSpec, required GithubConfig github, required HomebrewConfig homebrew, String? optionalMetaFilePath, required List<MarkdownTemplate> templates, required String commit, String? optionalChangeList})
PublishToolsConfig.fromYamlFile(String filePath)
factory
PublishToolsConfig.init(Directory projectDir)
factory

Properties

changeList String
no setter
commit String
final
github → GithubConfig
final
hashCode int
The hash code for this object.
no setterinherited
homebrew → HomebrewConfig
final
metaFilePath String
no setter
optionalChangeList String?
final
optionalMetaFilePath String?
final
pubSpec Pubspec
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templates List<MarkdownTemplate>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited