HoneywellProfileModel constructor
HoneywellProfileModel({
- required String profileName,
- bool enableEanCheckDigitTransmission = true,
- List<
BarcodeConfig> ? enabledBarcodes, - bool keepDefaults = true,
Implementation
HoneywellProfileModel({
required super.profileName,
this.enableEanCheckDigitTransmission = true,
super.enabledBarcodes,
super.keepDefaults,
});