HoneywellProfileModel class

HoneywellProfileModel class This class extends the ProfileModel class enableEanCheckDigitTransmission allows the last (13th) digit of an EAN-13 to be sent to with the barcode data

Inheritance

Constructors

HoneywellProfileModel.new({required String profileName, bool enableEanCheckDigitTransmission = true, List<BarcodeConfig>? enabledBarcodes, bool keepDefaults = true})

Properties

customMap Map<String, dynamic>
no setteroverride
enabledBarcodes List<BarcodeConfig>?
getter/setter pairinherited
enableEanCheckDigitTransmission bool
final
hashCode int
The hash code for this object.
no setterinherited
keepDefaults bool
getter/setter pairinherited
profileName String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toMap Map<String, dynamic>
no setterinherited

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