Relay constructor

Relay(
  1. String protocol, {
  2. String? data,
})

Implementation

Relay(
  this.protocol, {
  this.data,
});