PublishOptions constructor

PublishOptions(
  1. Relay? relay,
  2. int? ttl,
  3. bool? prompt,
  4. int? tag,
)

Implementation

PublishOptions(this.relay, this.ttl, this.prompt, this.tag);