IterableNode class abstract

The super class for ListNode and ObjectNode

Inheritance
Implementers

Constructors

IterableNode({required String path, required String rawPath, required Map<String, String> modifiers, required String? comment, required String genericType})

Properties

comment → String?
finalinherited
genericType → String
no setter
hashCode → int
The hash code for this object.
no setterinherited
modifiers → Map<String, String>
finalinherited
parent → Node?
no setterinherited
path → String
finalinherited
rawPath → String
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
values → Iterable<Node>
Child nodes. This is just an alias so we can iterate more easily.
no setter

Methods

clone({required bool keepParent, I18nLocale? locale}) → Node
Deep clones the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setGenericType(String genericType) → void
setParent(Node parent) → void
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited