unwrap method
Implementation
ImagePlane unwrap() {
return ImagePlane(
width: width,
height: height,
bytes: bytes,
bytesPerRow: bytesPerRow,
bytesPerPixel: bytesPerPixel,
);
}
ImagePlane unwrap() {
return ImagePlane(
width: width,
height: height,
bytes: bytes,
bytesPerRow: bytesPerRow,
bytesPerPixel: bytesPerPixel,
);
}