data property
FlowCanvasModel<T, E>
get
data
data
The current canvas data (nodes and connections).
Implementation
FlowCanvasModel<T, E> get data => _notifier.value;
The current canvas data (nodes and connections).
FlowCanvasModel<T, E> get data => _notifier.value;