TxCode constructor

TxCode({
  1. int value = 0,
})

Implementation

TxCode({this.value = 0});