BarcodeResult constructor
const
BarcodeResult({})
Implementation
const BarcodeResult({
required this.format,
required this.rawValue,
this.displayValue,
this.boundingBox,
this.corners,
this.rawBytes,
});
const BarcodeResult({
required this.format,
required this.rawValue,
this.displayValue,
this.boundingBox,
this.corners,
this.rawBytes,
});