toJson method
Returns a json representation of an instance of InputImagePlaneMetadata.
Implementation
Map<String, dynamic> toJson() => {
'bytesPerRow': bytesPerRow,
'height': height,
'width': width,
};
Returns a json representation of an instance of InputImagePlaneMetadata.
Map<String, dynamic> toJson() => {
'bytesPerRow': bytesPerRow,
'height': height,
'width': width,
};