NodeV0 class final

⚠️ THIS FILE HAS BEEN DEPRECATED. ⚠️ THIS FILE HAS BEEN DEPRECATED. ⚠️ THIS FILE HAS BEEN DEPRECATED.

ONLY USE FOR MIGRATION.

Inheritance
Mixed in types
Implementers

Constructors

NodeV0({required String type, Attributes? attributes, NodeV0? parent, LinkedList<NodeV0>? children})
NodeV0.fromJson(Map<String, Object> json)
factory

Properties

attributes Attributes
no setter
children LinkedList<NodeV0>
final
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
Whether any listeners are currently registered.
no setterinherited
id String
no setter
key GlobalKey<State<StatefulWidget>>
final
final
list LinkedList<NodeV0>?
The linked list containing this element.
no setterinherited
next NodeV0?
The successor of this element in its linked list.
no setterinherited
parent NodeV0?
getter/setter pair
path Path
no setter
previous NodeV0?
The predecessor of this element in its linked list.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtype String?
no setter
type String
final

Methods

addListener(VoidCallback listener) → void
Register a closure to be called when the object changes.
inherited
childAtIndex(int index) NodeV0?
childAtPath(Path path) NodeV0?
copyWith({String? type, LinkedList<NodeV0>? children, Attributes? attributes}) NodeV0
dispose() → void
Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener will throw after the object is disposed).
inherited
insert(NodeV0 entry, {int? index}) → void
insertAfter(NodeV0 entry) → void
Insert an element after this element in this element's linked list.
override
insertBefore(NodeV0 entry) → void
Insert an element before this element in this element's linked list.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
Call all the registered listeners.
inherited
removeListener(VoidCallback listener) → void
Remove a previously registered closure from the list of closures that are notified when the object changes.
inherited
toJson() Map<String, Object>
toString() String
A string representation of this object.
inherited
Unlink the element from its linked list.
override
updateAttributes(Attributes attributes) → void

Operators

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