EntityDataUnsubscribeCmd constructor

EntityDataUnsubscribeCmd({
  1. int? cmdId,
})

Implementation

EntityDataUnsubscribeCmd({int? cmdId})
    : super(cmdId: cmdId, type: WsCmdType.ENTITY_DATA_UNSUBSCRIBE);