Iso15693 constructor
const
Iso15693({})
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 Iso15693.from
are valid.
Implementation
const Iso15693({
required NfcTag tag,
required this.identifier,
required this.icManufacturerCode,
required this.icSerialNumber,
}) : _tag = tag;