ConfigurationSource class abstract
String based asynchronous configuration source for.
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?> -
getBools(
ConfigurationKey key) → Future< List< bool> ?> -
getDouble(
ConfigurationKey key) → Future< double?> -
getDoubles(
ConfigurationKey key) → Future< List< double> ?> -
getInt(
ConfigurationKey key) → Future< int?> -
getInts(
ConfigurationKey key) → Future< List< int> ?> -
getString(
ConfigurationKey key) → Future< String?> -
getStrings(
ConfigurationKey key) → Future< List< String> ?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
ConfigurationKey key) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited