ESetCmd constructor

ESetCmd({
  1. required int cmd,
})

Implementation

ESetCmd({
  required int cmd,
}) {
  _cmd = cmd;
}