Callback class
An instance of a Callback created by an execution.
Constructors
Properties
-
availablePayloads
↔ List<
String> ? -
The payloads received by the callback that have not been processed by a
waiting execution step.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- method ↔ String?
-
The method accepted by the callback.
getter/setter pair
- name ↔ String?
-
The resource name of the callback.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- waiters ↔ String?
-
Number of execution steps waiting on this callback.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited