IntRange constructor

const IntRange(
  1. int? min,
  2. int? max
)

Implementation

const IntRange(this.min, this.max);