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