Publish class

Inheritance

Constructors

Publish(int requestId, String topic, {PublishOptions? options, List? arguments, Map<String, dynamic>? argumentsKeywords})

Properties

arguments List?
getter/setter pairinherited
argumentsKeywords Map<String, dynamic>?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id int
getter/setter pairinherited
options PublishOptions?
getter/setter pair
requestId int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topic String
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