ImagePlane constructor
ImagePlane({})
Implementation
ImagePlane({
required this.bytes,
required this.bytesPerRow,
required this.bytesPerPixel,
required this.height,
required this.width,
});
ImagePlane({
required this.bytes,
required this.bytesPerRow,
required this.bytesPerPixel,
required this.height,
required this.width,
});