Config class

Constructors

Config()
Config.fromFile(String path)
factory
Config.fromSource(String source)
Config.fromStream(Stream stream)

Properties

cached bool
getter/setter pair
context Map<String, dynamic>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
includePath List<String>
getter/setter pair
noDuplicates bool
getter/setter pair
parent Config?
getter/setter pair
path String?
getter/setter pair
rootDir String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strictConversions bool
getter/setter pair
stringConverter StringConverter
getter/setter pair

Methods

asDict() Map<String, dynamic>
evaluate(ASTNode node) → dynamic
get(String key, {dynamic dv = _MISSING}) → dynamic
load(Stream stream) → void
loadFile(String path) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
wrapMapping(MappingNode node) Map<String, ASTNode>

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String key) → dynamic