salt property
int
get
salt
The xor of the client and server salt.
Implementation
int get salt => clientSalt ^ serverSalt;
The xor of the client and server salt.
int get salt => clientSalt ^ serverSalt;