IntRange constructor

const IntRange(
  1. num start,
  2. num endInclusive
)

Implementation

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