ConfigPath class
Represents a config value path.
Constructors
- ConfigPath(String path)
-
ConfigPath.fromParts(List<
String> parts)
Properties
Methods
-
getFrom(
Map< String, dynamic> values) → dynamic -
Looks up the selected path in
values
. -
join(
ConfigPath path) → ConfigPath -
Creates a ConfigPath selecting
path
inthis
path. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
-
operator [](
String value) → ConfigPath -
Creates a ConfigPath selecting
value
inthis
path.