ConfigurationBuilder class

Represents a type used to build application configuration.

Implementers
Available Extensions

Constructors

ConfigurationBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
properties Map<String, dynamic>
Gets a key/value collection that can be used to share data between the ConfigurationBuilder and the registered ConfigurationSources.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources List<ConfigurationSource>
Gets the sources used to obtain configuration values.
no setter

Methods

add(ConfigurationSource source) → void
Adds a new configuration source.
build() ConfigurationRoot
Builds a Configuration with keys and values from the set of sources registered in Sources.
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