RangeInclusive<C extends Comparable<C>> constructor

const RangeInclusive<C extends Comparable<C>>(
  1. C start,
  2. C endInclusive
)

Implementation

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