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 bytes of the image that is embedded in the barcode.
final
raw Object?
The raw data of the scanned barcode.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
The size of the scanned barcode.
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