IntRange constructor

IntRange({
  1. required int min,
  2. required int max,
})

Implementation

IntRange({required this.min, required this.max});