InputImagePlaneMetadata constructor
Constructor to create an instance of InputImagePlaneMetadata.
Implementation
InputImagePlaneMetadata({
required this.bytesPerRow,
this.height,
this.width,
});
Constructor to create an instance of InputImagePlaneMetadata.
InputImagePlaneMetadata({
required this.bytesPerRow,
this.height,
this.width,
});