Info constructor

Info({
  1. String? serverId,
  2. String? serverName,
  3. String? version,
  4. int? proto,
  5. String? go,
  6. String? host,
  7. int? port,
  8. bool? tlsRequired,
  9. int? maxPayload,
  10. String? nonce,
  11. int? clientId,
})

constructure

Implementation

Info(
    {this.serverId,
    this.serverName,
    this.version,
    this.proto,
    this.go,
    this.host,
    this.port,
    this.tlsRequired,
    this.maxPayload,
    this.nonce,
    this.clientId});