IntRange constructor

const IntRange(
  1. int first,
  2. int endInclusive
)

Implementation

const IntRange(super.first, super.endInclusive);