Notification class

Constructors

Notification(String id, List<int> payload, String payloadType, String userId, String signature, String cipherSuite, int timestamp, bool? read, int? readTimestamp, String topicId)
Notification.fromMessageItem(MessageItem item)
factory

Properties

cipherSuite String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
payload List<int>
final
payloadType String
The type of payload.
final
read bool?
final
readTimestamp int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
final
timestamp int
final
topicId String
final
userId String
User id who send this message.
final

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