Nv21Image constructor

const Nv21Image({
  1. required Uint8List bytes,
  2. required Rect cropRect,
  3. required int height,
  4. required int width,
  5. required List<ImagePlane> planes,
  6. required InputAnalysisImageFormat format,
  7. 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,
});