IntegerParameterRange constructor
IntegerParameterRange({
- required int maxValue,
- required int minValue,
- required String name,
- ScalingType? scalingType,
Implementation
IntegerParameterRange({
required this.maxValue,
required this.minValue,
required this.name,
this.scalingType,
});