endBound property

  1. @override
ExclusiveBound<C> get endBound
override

The end bound of this range.

Implementation

@override
ExclusiveBound<C> get endBound => ExclusiveBound(end);