data property

T? data
final

Generic data model that can be assigned to the TreeNode. This makes it useful to assign and retrieve data associated with the TreeNode

Implementation

final T? data;