RemoteEvent class abstract
Base class for event messages in the entity-command-event architecture.
Events represent completed work using NounVerb naming (e.g., UserCreated, PaymentProcessed). They are produced by entities and services after successful command processing and contain complete outcome information.
- Inheritance
-
- Object
- Message
- RemoteMessage
- RemoteEvent
- Implementers
Constructors
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
-
format(
) → String -
Returns a formatted string representation of the message content.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the message to a JSON representation for network transmission.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited