ContextNode class
Constructors
-
ContextNode({required String path, required String? comment, required ContextType context, required Map<
String, StringTextNode> entries, required String paramName})
Properties
- comment → String?
-
finalinherited
- context → ContextType
-
final
-
entries
→ Map<
String, StringTextNode> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- paramName → String
-
final
- parent → Node?
-
no setterinherited
- path → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setParent(
Node parent) → void -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited