EventSendState class
Sending state of outgoing message.
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
-
abort(
) → Future< bool> -
drop(
) → void - Manually drops the object and unregisters the FinalizableHandle.
-
error(
) → String? - gives error value for SendingFailed only
-
eventId(
) → EventId? - gives event id for Sent only
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
state(
) → String - one of NotSentYet/SendingFailed/Cancelled/Sent
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited