RelayAgentAuthResult constructor

RelayAgentAuthResult({
  1. bool success = false,
  2. String publicHost = '',
  3. double heartbeatIntervalSeconds = 0.0,
})

Implementation

RelayAgentAuthResult({
    this.success = false,
    this.publicHost = '',
    this.heartbeatIntervalSeconds = 0.0,
});