BarcodeCapture class

This class represents a scanned barcode.

Constructors

BarcodeCapture({List<Barcode> barcodes = const <Barcode>[], Uint8List? image, Object? raw, Size size = Size.zero})
Create a new BarcodeCapture instance.
const

Properties

barcodes → List<Barcode>
The list of scanned barcodes.
final
hashCode → int
The hash code for this object.
no setterinherited
image → Uint8List?
The input image of the barcode capture.
final
raw → Object?
The raw data of the barcode scan.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
size → Size
The raw size of the camera input image, in which the barcodes were detected.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited