ChainedConfigurationProvider class
Chained implementation of ConfigurationProvider.
- Implemented types
Constructors
- ChainedConfigurationProvider.new(ChainedConfigurationSource source)
- Initialize a new instance from the source configuration.
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
-
dispose(
) → void -
Performs application-defined tasks associated with freeing, releasing,
or resetting unmanaged resources.
override
-
getChildKeys(
Iterable< String> earlierKeys, String? parentPath) → Iterable<String> -
Returns the immediate descendant configuration keys for a given
parent path based on this ConfigurationProviders data and the
set of keys returned by all the preceding ConfigurationProviders.
override
-
getReloadToken(
) → ChangeToken -
Returns a change token if this provider supports change
tracking, null otherwise.
override
-
load(
) → void -
Loads configuration values from the source represented
by this ConfigurationProvider.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
String key, String? value) → void -
Sets a configuration value for the specified key.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
tryGet(
String key) → List -
Tries to get a configuration value for the specified key.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited