ResponseAPDU constructor

ResponseAPDU(
  1. StatusWord _sw,
  2. Uint8List? _data
)

Implementation

ResponseAPDU(this._sw, this._data);