ScribbleState.fromJson constructor
Constructs a ScribbleState from a JSON object.
Implementation
factory ScribbleState.fromJson(Map<String, dynamic> json) =>
_$ScribbleStateFromJson(json);
Constructs a ScribbleState from a JSON object.
factory ScribbleState.fromJson(Map<String, dynamic> json) =>
_$ScribbleStateFromJson(json);