ProfileModel constructor

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

Implementation

ProfileModel({required this.profileName, this.enabledBarcodes, this.keepDefaults = true});