IntRange constructor

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

Implementation

IntRange