ViolationSetting constructor
ViolationSetting({
- required ViolationSettingName name,
- required num threshold,
Implementation
ViolationSetting({required this.name, required this.threshold});