startBound property

  1. @override
InclusiveBound<C> get startBound
override

The start bound of this range.

Implementation

@override
InclusiveBound<C> get startBound => InclusiveBound(start);