data property

T data
final

Custom data associated with this node.

The type T can be any object that implements NodeData.

Implementation

final T data;