NodeData class abstract interface

Interface that defines the contract for node data objects.

All node data objects should implement this interface to support core functionality like cloning, and can be extended in the future for additional capabilities like validation, transformation, etc.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clone() NodeData
Creates a deep copy of this node data object.
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