AuthCmd constructor

AuthCmd({
  1. int? cmdId,
  2. String? token,
})

Implementation

AuthCmd({int? cmdId, this.token}) : super(cmdId: cmdId, type: WsCmdType.AUTH);