menu
deranged package
documentation
deranged.dart
RangeFrom<C extends Comparable<C>>
startBound property
startBound property
dark_mode
light_mode
startBound
property
@
override
InclusiveBound
<
C
>
get
startBound
override
The start bound of this range.
Implementation
@override InclusiveBound<C> get startBound => InclusiveBound(start);
deranged package
documentation
deranged
RangeFrom<C extends Comparable<C>>
startBound property
RangeFrom class