Range class
$range
operator
Returns an array whose elements are a generated sequence of numbers. $range
generates the sequence from the specified starting number by successively
incrementing the starting number by the specified step value up to but not
including the end point.
- Inheritance
-
- Object
- AggregationExpr
- Operator
- Range
Constructors
- Range(dynamic start, dynamic end, [dynamic step])
-
Creates
$range
operator expression
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
) → Map< String, dynamic> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited