RBarcodeCameraValue constructor

const RBarcodeCameraValue({
  1. bool? isInitialized,
  2. String? errorDescription,
  3. Size? previewSize,
  4. List<RBarcodeFormat>? formats,
  5. bool? isTorchOn,
  6. RBarcodeCameraDescription? description,
  7. RBarcodeCameraResolutionPreset? resolutionPreset,
  8. bool? isDebug,
})

Implementation

const RBarcodeCameraValue(
    {this.isInitialized,
    this.errorDescription,
    this.previewSize,
    this.formats,
    this.isTorchOn,
    this.description,
    this.resolutionPreset,
    this.isDebug});