MetaMessage class

Constructors

MetaMessage({String? id, String? topic, DateTime? ts, TopicDescription? desc, List<TopicSubscription>? sub, List<String>? tags, List<Credential>? cred, DeleteTransaction? del})

Properties

cred List<Credential>?
Array of user's credentials
final
del DeleteTransaction?
Latest applicable 'delete' transaction
final
desc TopicDescription?
Topic description, optional
final
hashCode int
The hash code for this object.
no setterinherited
id String?
Message Id
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sub List<TopicSubscription>?
topic subscribers or user's subscriptions, optional
final
tags List<String>?
Array of tags that the topic or user (in case of "me" topic) is indexed by
final
topic String?
Related topic
final
ts DateTime?
Message timestamp
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

Static Methods

fromMessage(Map<String, dynamic> msg) MetaMessage