TxMsg constructor

TxMsg({
  1. required int msgCode,
})

Implementation

TxMsg({required int msgCode}) : _msgCode = msgCode;