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