AuthTicket constructor

AuthTicket({
  1. String host = '',
  2. int httpsPort = 0,
  3. int tcpPort = 0,
  4. String secret = '',
  5. Opcode opcodeGroupsFromServer = Opcode.NONE,
  6. Opcode opcodeGroupsToServer = Opcode.NONE,
  7. Context? clientContext,
  8. int tlsPort = 0,
  9. int udpPort = 0,
  10. int udpDtlsPort = 0,
})

Implementation

AuthTicket({
    this.host = '',
    this.httpsPort = 0,
    this.tcpPort = 0,
    this.secret = '',
    this.opcodeGroupsFromServer = Opcode.NONE,
    this.opcodeGroupsToServer = Opcode.NONE,
    this.clientContext,
    this.tlsPort = 0,
    this.udpPort = 0,
    this.udpDtlsPort = 0,
});