ConnackPacket constructor

ConnackPacket({
  1. String serverKey = "",
  2. String salt = "",
  3. int timeDiff = 0,
  4. int reasonCode = 0,
})

Implementation

ConnackPacket({
  this.serverKey = "",
  this.salt = "",
  this.timeDiff = 0,
  this.reasonCode = 0,
});