PresMessage constructor

PresMessage({
  1. String? topic,
  2. String? src,
  3. String? what,
  4. int? seq,
  5. int? clear,
  6. List<DeleteTransactionRange>? delseq,
  7. String? ua,
  8. String? act,
  9. String? tgt,
  10. AccessMode? acs,
  11. AccessMode? dacs,
})

Implementation

PresMessage({
  this.topic,
  this.src,
  this.what,
  this.seq,
  this.clear,
  this.delseq,
  this.ua,
  this.act,
  this.tgt,
  this.acs,
  this.dacs,
});