IntRange constructor

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

Implementation

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