ConfigPath class

Represents a config value path.

Constructors

ConfigPath(String path)
ConfigPath.fromParts(List<String> parts)

Properties

hashCode int
The hash code for this object.
no setteroverride
isRoot bool
Checks if the path points to the config root.
no setter
parts List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getFrom(Map<String, dynamic> values) → dynamic
Looks up the selected path in values.
join(ConfigPath path) ConfigPath
Creates a ConfigPath selecting path in this 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 in this path.