SubTree<T> class

Constructors

SubTree()

Properties

fixed Map<String, SubTree<T>>
Subtree for fixed path segments
final
globValue Map<String, T>
Values for glob match
final
hashCode int
The hash code for this object.
no setterinherited
hasVarPaths bool
no setter
regexes List<MapEntry<RegExp, SubTree<T>>>
Subtree for regexp
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Map<String, T>
Values for exact match
final
varSubTree SubTree<T>?
Subtree for variable path segments
getter/setter pair

Methods

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