menu
genai_components package
documentation
widgets/cl_org_chart/src/common/node.dart
Node<E>
data property
data property
dark_mode
light_mode
data
property
E
data
final
The data that the node contains (custom data type)
Implementation
final E data;
genai_components package
documentation
widgets/cl_org_chart/src/common/node
Node<E>
data property
Node class