NodeKey class

Constructors

NodeKey([List<String>? path])
NodeKey.fromFullKey(String fullKey)

Properties

fullKey String
no setter
hashCode int
The hash code for this object.
no setteroverride
leafKey String
no setter
parent NodeKey?
no setter
parentKey String?
no setter
path List<String>
final
rootKey String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

append(String appendKey) NodeKey
matches(RegExp regExp) bool
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