AnyRange<C extends Comparable<C>> constructor

const AnyRange<C extends Comparable<C>>(
  1. InclusiveBound<C> startBound,
  2. ExclusiveBound<C> endBound
)

Implementation

const AnyRange(this.startBound, this.endBound);