FibuSettings class
Settings adapter reads in the arguments and allows for a central repository where to fetch data from
Constructors
Properties
Methods
-
empty(
) → bool -
init(
List< String> arguments) → FibuSettings - launch the process here feeding typically the command line arguments
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
tildeExpansion(
String path) → String -
toString(
) → String -
A string representation of this object.
override
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