ZebraProfileModel class

ZebraProfileModel class This class extends the ProfileModel class aimType can be set to different AimType like trigger or continuous enableKeyStroke can be set to true if you want it to send the barcode to the input field, false is default

Inheritance

Constructors

ZebraProfileModel.new({required String profileName, List<BarcodeConfig>? enabledBarcodes, bool keepDefaults = true, AimType? aimType, bool? enableKeyStroke = false})

Properties

aimType AimType?
final
customMap Map<String, dynamic>
no setteroverride
enabledBarcodes List<BarcodeConfig>?
getter/setter pairinherited
enableKeyStroke 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