BarcodeData class
Represents the raw, unparsed data extracted from a scanned barcode.
Constructors
-
BarcodeData.new(Map<
String, dynamic> nativeBarcodeData) - Represents the raw, unparsed data extracted from a scanned barcode.
Properties
- barcodeType ↔ BarcodeType?
-
Type of the scanned barcode.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- rawData ↔ String?
-
Raw bytes of the barcode content.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringData ↔ String?
-
String representation of the barcode content.
getter/setter pair
- uncertain ↔ bool?
-
Whether the barcode data is uncertain, i.e. if scanned barcode was incomplete or has parts of it missing.
getter/setter pair
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