Settings class

Settings adapter reads in the arguments and allows for a central repository where to fetch data from

Constructors

Settings()

Properties

data Map<String, dynamic>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
parser → ArgParser
final
rest List<String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usage String
getter/setter pair

Methods

init(List<String> arguments) Settings
lauchnch the process here feeding typicaly the command line arguments
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String key) → dynamic
to be able to get the data like from a map
operator []=(String key, dynamic val) → void
the setter to set the data if needed