BatchHistoryResultEntry class Results

Message from batch history endpoint.

Properties

actions Map<String, dynamic>?
If includeMessageActions was true, this will contain message actions. Otherwise, it will be null.
getter/setter pair
error PubNubException?
This field will contain PubNubException if message decryption is failed for given message.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message ↔ dynamic
Contents of the message.
getter/setter pair
messageType MessageType
Type of the message.
getter/setter pair
meta Map<String, dynamic>?
If includeMeta was true, this will contain message meta. Otherwise, it will be null.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timetoken Timetoken
Original timetoken of the message.
getter/setter pair
uuid String?
If includeUUID was true, this will contain UUID of the sender. Otherwise, it will be null.
getter/setter pair

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