HoneywellProfileModel constructor

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

Implementation

HoneywellProfileModel({
  required super.profileName,
  this.enableEanCheckDigitTransmission = true,
  super.enabledBarcodes,
  super.keepDefaults,
});