ScribbleState.fromJson constructor

ScribbleState.fromJson(
  1. Map<String, dynamic> json
)

Constructs a ScribbleState from a JSON object.

Implementation

factory ScribbleState.fromJson(Map<String, dynamic> json) =>
    _$ScribbleStateFromJson(json);