UnsubscribeCmd constructor

UnsubscribeCmd({
  1. int? cmdId,
})

Implementation

UnsubscribeCmd({int? cmdId})
    : super(cmdId: cmdId, type: WsCmdType.NOTIFICATIONS_UNSUBSCRIBE);