UriParameters constructor

UriParameters(
  1. String protocol,
  2. int version,
  3. String topic,
  4. String symKey,
  5. Relay relay,
)

Implementation

UriParameters(
  this.protocol,
  this.version,
  this.topic,
  this.symKey,
  this.relay,
);