ScanResultSuccess constructor

ScanResultSuccess({
  1. String? barcodeFormat,
  2. BoundingBox? boundingBox,
  3. List<FinalPoints>? finalPoints,
  4. bool? isLongDistance,
  5. String? modelScanType,
  6. String? text,
})

Implementation

ScanResultSuccess(
    {this.barcodeFormat,
    this.boundingBox,
    this.finalPoints,
    this.isLongDistance,
    this.modelScanType,
    this.text});