OperationWaiter<T> class
Constructors
-
OperationWaiter({_TOnErrorCallback? onError, List<_TOperation<T>> operations = const []})
-
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
operations
→ List<_TOperation<T>>
-
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(_TOperation<T> operation)
→ void
-
-
addAll(Iterable<_TOperation<T>> operations)
→ void
-
-
clear(_TOperation<T> operation)
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(_TOperation<T> operation)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
wait({_TOnErrorCallback? onError, bool eagerError = true})
→ FutureOr<Iterable<T>>
-