Iso7816ResponseApdu constructor
const
Iso7816ResponseApdu({})
Constructs an instance with the given values.
Implementation
const Iso7816ResponseApdu({
required this.payload,
required this.statusWord1,
required this.statusWord2,
});