TopicDescription constructor

TopicDescription({
  1. DateTime? created,
  2. DateTime? updated,
  3. String? status,
  4. DefAcs? defacs,
  5. AccessMode? acs,
  6. int? seq,
  7. int? read,
  8. int? recv,
  9. int? clear,
  10. dynamic public,
  11. dynamic private,
  12. bool? noForwarding,
  13. DateTime? touched,
})

Implementation

TopicDescription({
  this.created,
  this.updated,
  this.status,
  this.defacs,
  this.acs,
  this.seq,
  this.read,
  this.recv,
  this.clear,
  this.public,
  this.private,
  this.noForwarding,
  this.touched,
});