Range class

Annotations

Constructors

Range(int start, int end)
const
Range.staticValue(int value)
const
Range.zero()
const

Properties

end int
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
final

Methods

contain(int value) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
randomWithin(Random random) int
toString() String
A string representation of this object.
inherited

Operators

operator +(Range range) Range
operator ==(Object other) bool
The equality operator.
override