data property
T
data
final
The data value stored in this tree item.
Type: T
. This is the actual content that the tree item represents,
such as a string, object, or any other data type.
Implementation
final T data;