endBound property

  1. @override
InclusiveBound<C> get endBound
override

The end bound of this range.

Implementation

@override
InclusiveBound<C> get endBound => InclusiveBound(endInclusive);