menu
graph_flutter_knowledge package
documentation
models/graph_models.dart
GraphNode
data property
data property
dark_mode
light_mode
data
property
Map
<
String
,
dynamic
>
?
data
final
Optional extra data associated with the node.
Implementation
final Map<String, dynamic>? data;
graph_flutter_knowledge package
documentation
models/graph_models
GraphNode
data property
GraphNode class