startBound property

  1. @override
UnboundedBound<C> get startBound
override

The start bound of this range.

Implementation

@override
UnboundedBound<C> get startBound => const UnboundedBound();