toJson method

Map<String, dynamic> toJson()

Returns a json representation of an instance of InputImagePlaneMetadata.

Implementation

Map<String, dynamic> toJson() => {
      'bytesPerRow': bytesPerRow,
      'height': height,
      'width': width,
    };