Iso7816 constructor
const
Iso7816({})
Constructs an instance with the given values for testing.
The instances constructs by this way are not valid in the production environment.
Only instances obtained from the Iso7816.from
are valid.
Implementation
const Iso7816({
required NfcTag tag,
required this.identifier,
required this.initialSelectedAID,
required this.historicalBytes,
required this.applicationData,
required this.proprietaryApplicationDataCoding,
}) : _tag = tag;