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