AsyncCall<R> class

Constructors

AsyncCall(String? _methodName, FutureOr<R> call(), R? errorValue, bool nullErrorValue, String? _errorMessage, int maxRetries, Duration retryInterval)

Properties

call FutureOr<R> Function()
final
error Object?
getter/setter pair
errorMessage String?
no setter
errorValue → R?
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
isCanceled bool
no setter
maxRetries int
final
methodName String
no setter
nullErrorValue bool
final
retryInterval Duration
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
getter/setter pair

Methods

cancel() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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