RangeGenerator<T> class abstract

Implementers

Constructors

RangeGenerator({required T lowerBoundValue, required T upperBoundValue})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
lowerBoundValue → T
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upperBoundValue → T
final

Methods

createRange({Bound<T>? lowerBound, Bound<T>? upperBound, bool isEmpty = false}) Range<T>
empty() Range<T>
generate() List<Range<T>>
halfUnlimited() List<Range<T>>
limited() List<Range<T>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unlimited() Range<T>

Operators

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