ApplicationArgsConfigSource class
- Inheritance
-
- Object
- ConfigurationSource
- ApplicationArgsConfigSource
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getBool(
ConfigurationKey key) → Future< bool?> -
inherited
-
getBools(
ConfigurationKey key) → Future< List< bool> ?> -
inherited
-
getDouble(
ConfigurationKey key) → Future< double?> -
inherited
-
getDoubles(
ConfigurationKey key) → Future< List< double> ?> -
inherited
-
getInt(
ConfigurationKey key) → Future< int?> -
inherited
-
getInts(
ConfigurationKey key) → Future< List< int> ?> -
inherited
-
getString(
ConfigurationKey key) → Future< String?> -
inherited
-
getStrings(
ConfigurationKey key) → Future< List< String> ?> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
List< String> key) → Future<String?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited