Event class

Inheritance

Constructors

Event(int subscriptionId, int publicationId, EventDetails details, {List? arguments, Map<String, dynamic>? argumentsKeywords})

Properties

arguments List?
getter/setter pairinherited
argumentsKeywords Map<String, dynamic>?
getter/setter pairinherited
details EventDetails
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
getter/setter pairinherited
publicationId int
The ID of the publication of the published event.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionId int
The ID for the subscription under which the Subscriber receives the event. The ID for the subscription originally handed out by the Broker to the Subscriber.
getter/setter pair
transparentBinaryPayload Uint8List?
getter/setter pairinherited

Methods

copyPayloadTo(AbstractMessageWithPayload message) → void
Transfers the message payload to another message
inherited
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