CropRect.fromRawJson constructor

CropRect.fromRawJson(
  1. String str
)

Implementation

factory CropRect.fromRawJson(String str) =>
    CropRect.fromJson(json.decode(str));