MetaMessage constructor

MetaMessage({
  1. String? id,
  2. String? topic,
  3. DateTime? ts,
  4. TopicDescription? desc,
  5. List<TopicSubscription>? sub,
  6. List<String>? tags,
  7. List<Credential>? cred,
  8. DeleteTransaction? del,
})

Implementation

MetaMessage(
    {this.id,
    this.topic,
    this.ts,
    this.desc,
    this.sub,
    this.tags,
    this.cred,
    this.del});