RangeToInclusive<C extends Comparable<C>> constructor

const RangeToInclusive<C extends Comparable<C>>(
  1. C endInclusive
)

Implementation

const RangeToInclusive(this.endInclusive);