ZebraProfileModel constructor

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

Implementation

ZebraProfileModel({required super.profileName, super.enabledBarcodes, super.keepDefaults, this.aimType, this.enableKeyStroke = false});