CropArea.fromJson constructor

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

Constructs a CropArea from the provided json.

Implementation

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