BarcodeConfig class

Constructors

BarcodeConfig.new({required BarcodeTypes barcodeType, int? minLength, int? maxLength})
BarcodeConfig.fromMap(Map<String, dynamic> map)
factory

Properties

barcodeType BarcodeTypes
final
hashCode int
The hash code for this object.
no setteroverride
maxLength int?
The minimum and maximum length of the barcode. If omitted, the barcode can be of any length Note that this is not supported on all barcode types so you should check the hardware vendors documentation for the specific barcode type (or test).
final
minLength int?
The minimum and maximum length of the barcode. If omitted, the barcode can be of any length Note that this is not supported on all barcode types so you should check the hardware vendors documentation for the specific barcode type (or test).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toMap Map<String, dynamic>
no setter

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
override