RelayJsonRpcPublishParams constructor
      const
      RelayJsonRpcPublishParams({})
     
    
    
Implementation
const RelayJsonRpcPublishParams({
  required this.topic,
  required this.message,
  required this.ttl,
  this.prompt,
  this.tag,
});