Sketch.fromJson constructor

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

Constructs a sketch from a JSON object.

Implementation

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