Drawing.fromJson constructor

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

Implementation

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