CropPoint.fromJson constructor

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

Constructs a CropPoint from the provided json.

Implementation

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