AuthTicket constructor

AuthTicket({
  1. int sessionId = 0,
  2. String secret = '',
  3. Opcode opcodeGroupsFromServer = Opcode.NONE,
  4. Opcode opcodeGroupsToServer = Opcode.NONE,
  5. int tcpPort = 0,
  6. int tlsPort = 0,
})

Implementation

AuthTicket({
    this.sessionId = 0,
    this.secret = '',
    this.opcodeGroupsFromServer = Opcode.NONE,
    this.opcodeGroupsToServer = Opcode.NONE,
    this.tcpPort = 0,
    this.tlsPort = 0,
});