ResultEvent<T> mixin
Mixin for events that carry a result/response.
- Superclass constraints
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasResult → bool
-
Whether a result has been set.
no setter
- result ↔ T?
-
The result of this event.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp → DateTime
-
When the event occurred.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited