ConfigBuilder<C> class abstract

Constructors

ConfigBuilder(String? defaultYaml)

Properties

defaultYaml String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addOptions(ArgParser parser) → void
buildConfig(List<String> args) → C
buildConfigOrExit(List<String> args) → C
configFromJson(Map json) → C
merge(C? config, ArgResults results) → ({C? config, bool pickedAny})
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson(C config) Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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