AsyncLoop<I> class
An async loop, similar to a for
loop block.
Constructors
Properties
-
body
→ FutureOr<
bool> Function(I i) -
The
for
body/block.final - condition → bool Function(I i)
-
The
for
condition.final - hashCode → int
-
The hash code for this object.
no setterinherited
- i ↔ I
-
The
for
cursor.getter/setter pair - next → I Function(I i)
-
The
for
next/after statement.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run(
) → FutureOr< I> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited