ScanResultSuccess constructor
ScanResultSuccess({
- String? barcodeFormat,
- BoundingBox? boundingBox,
- List<
FinalPoints> ? finalPoints, - bool? isLongDistance,
- String? modelScanType,
- String? text,
Implementation
ScanResultSuccess(
{this.barcodeFormat,
this.boundingBox,
this.finalPoints,
this.isLongDistance,
this.modelScanType,
this.text});