Crop.fromJson constructor
Crop.fromJson(
- Map json_
Implementation
Crop.fromJson(core.Map json_)
: this(
bottomPixels: json_['bottomPixels'] as core.int?,
leftPixels: json_['leftPixels'] as core.int?,
rightPixels: json_['rightPixels'] as core.int?,
topPixels: json_['topPixels'] as core.int?,
);