BadServerSalt constructor

const BadServerSalt({
  1. required int badMsgId,
  2. required int badMsgSeqno,
  3. required int errorCode,
  4. required int newServerSalt,
})

Bad Server Salt constructor.

Implementation

const BadServerSalt({
  required this.badMsgId,
  required this.badMsgSeqno,
  required this.errorCode,
  required this.newServerSalt,
}) : super._();