RangeSelectionByValue<T> class

Implemented types

Constructors

RangeSelectionByValue(T? start, bool startExclusive, T? end, bool endExclusive)
RangeSelectionByValue.empty()

Properties

end → T?
final
endExclusive bool
final
hashCode int
The hash code for this object.
no setterinherited
hasLastSelection bool
no setter
isValid bool
no setteroverride
lastSelectEnd int?
getter/setter pair
lastSelectStart int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start → T?
final
startExclusive bool
final

Methods

isGreaterThanStart(T value, {Comparator<T>? compare}) bool
isInRangeOfLastSelection(int index) bool
isLesserThanEnd(T value, {Comparator<T>? compare}) bool
isValueInRange(T value, {Comparator<T>? compare}) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
select(List<T> l, {Comparator<T>? compare}) List<T>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited