toJson method

Map<String, dynamic> toJson()

toJson

Exports the current canvas data as a JSON map.

Implementation

Map<String, dynamic> toJson() {
  return _notifier.value.toMap();
}