CameraImagePlane constructor
const
CameraImagePlane({})
Creates a new instance with the given bytes and optional metadata.
Implementation
const CameraImagePlane({
required this.bytes,
required this.bytesPerRow,
this.bytesPerPixel,
this.height,
this.width,
});