HVBarcodeConfig class
Configuration options for barcode scanning.
Use the HVBarcodeConfig
class to customize the behavior of barcode scanning. You can specify whether to show an instruction page before scanning and provide custom UI strings for the barcode scanning UI.
Constructors
- HVBarcodeConfig.new({bool? shouldShowInstructionPage, HVBarcodeScanUIStrings? hvBarcodeScanUIStrings})
- Creates an instance of HVBarcodeConfig.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hvBarcodeScanUIStrings → HVBarcodeScanUIStrings?
-
Custom UI strings for the barcode scanning UI.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldShowInstructionPage → bool?
-
Determines whether to show an instruction page before scanning.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Converts the HVBarcodeConfig object to a Map representation.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited