ensureNodeData method

NodeData ensureNodeData()

Implementation

NodeData ensureNodeData() {
  _node_data ??= NodeData();
  return _node_data!;
}