PresMessage constructor
PresMessage({
- String? topic,
- String? src,
- String? what,
- int? seq,
- int? clear,
- List<
DeleteTransactionRange> ? delseq, - String? ua,
- String? act,
- String? tgt,
- AccessMode? acs,
- 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,
});