ContinuationMessageActionWithDataBuilder<M, D, T> class

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(FutureOr<void> action(MessageContext msgCtx, M msg, D data, T ctx), {String? label}) → _ContinuationMessageActionWithData<M, D, T>
schedule<M2>(FutureOr<Object> getMessage(MessageContext msgCtx, M msg, D data, T ctx), {Duration duration = Duration.zero, bool periodic = false, String? label}) → _ContinuationMessageActionWithData<M, D, T>
toString() String
A string representation of this object.
inherited
updateData(D update(MessageContext msgCtx, M msg, D current, T ctx), {String? label}) → _ContinuationMessageActionWithData<M, D, T>

Operators

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