RangeInclusive<C extends Comparable<C> > constructor
const
RangeInclusive<C extends Comparable<C> > (
- C start,
- C endInclusive
Implementation
const RangeInclusive(this.start, this.endInclusive);