NodeDetails<NodeType, IdType extends Object> class

Inheritance

Constructors

NodeDetails({required RenderBox child, required SkillNodeParentData<NodeType, IdType> parentData, required Node<NodeType, IdType> node})
const

Properties

child RenderBox
final
hashCode int
The hash code for this object.
no setterinherited
node Node<NodeType, IdType>
final
parentData SkillNodeParentData<NodeType, IdType>
final
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
toString() String
A string representation of this object.
inherited

Operators

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