Result class

Inheritance

Constructors

Result(int callRequestId, ResultDetails details, {List? arguments, Map<String, dynamic>? argumentsKeywords})

Properties

arguments List?
getter/setter pairinherited
argumentsKeywords Map<String, dynamic>?
getter/setter pairinherited
callRequestId 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
details ResultDetails
The ID of the publication of the published event.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transparentBinaryPayload Uint8List?
getter/setter pairinherited

Methods

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