TransResult constructor

TransResult({
  1. int? kernelType,
  2. int? resultCode,
  3. int? startCode,
  4. int? errL1,
  5. int? errL2,
  6. int? errL3,
  7. int? sw1Sw2,
  8. int? cvm,
  9. int? cmd,
  10. int? identify,
})

Implementation

TransResult({this.kernelType, this.resultCode, this.startCode, this.errL1,
    this.errL2, this.errL3, this.sw1Sw2, this.cvm, this.cmd, this.identify});