IntRangeGenerator class

Inheritance

Constructors

IntRangeGenerator({required int lowerBoundValue, required int upperBoundValue})
const

Properties

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

Methods

createRange({Bound<int>? lowerBound, Bound<int>? upperBound, bool isEmpty = false}) Range<int>
override
empty() Range<int>
inherited
generate() List<Range<int>>
inherited
halfUnlimited() List<Range<int>>
inherited
limited() List<Range<int>>
inherited
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<int>
inherited

Operators

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