MaskForCameraViewResult constructor

MaskForCameraViewResult({
  1. Uint8List? croppedImage,
  2. Uint8List? firstPartImage,
  3. Uint8List? secondPartImage,
  4. Uint8List? thirdPartImage,
  5. Uint8List? fourPartImage,
  6. Uint8List? fivePartImage,
  7. Uint8List? sixPartImage,
})

Implementation

MaskForCameraViewResult(
    {this.croppedImage,
    this.firstPartImage,
    this.secondPartImage,
    this.thirdPartImage,
    this.fourPartImage,
    this.fivePartImage,
    this.sixPartImage});