data property Null safety
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;
Generic data model that can be assigned to the TreeNode. This makes it useful to assign and retrieve data associated with the TreeNode
final T? data;