Nv21Image constructor
      const
      Nv21Image({ 
    
    
- required Uint8List bytes,
- required Rect cropRect,
- required int height,
- required int width,
- required List<ImagePlane> planes,
- required InputAnalysisImageFormat format,
- required InputAnalysisImageRotation rotation,
Implementation
const Nv21Image({
  required this.bytes,
  required this.cropRect,
  required super.height,
  required super.width,
  required this.planes,
  required super.format,
  required super.rotation,
});