ProfileModel class
ProfileModel class This generic class has the settings for the basic scanprofile This can be extended with the hardware specific profiles like HoneywellProfileModel or ZebraProfileModel It's no problem sending a hardware specific profile to a different hardware, the settings that are not supported will be ignored
- Implementers
Constructors
-
ProfileModel.new({required String profileName, List<
BarcodeConfig> ? enabledBarcodes, bool keepDefaults = true}) -
ProfileModel.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
customMap
→ Map<
String, dynamic> ? -
no setter
-
enabledBarcodes
↔ List<
BarcodeConfig> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- keepDefaults ↔ bool
-
getter/setter pair
- profileName ↔ String
-
getter/setter pair
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited