NfcF constructor
const
NfcF({})
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 NfcF.from
are valid.
Implementation
const NfcF({
required NfcTag tag,
required this.identifier,
required this.manufacturer,
required this.systemCode,
required this.maxTransceiveLength,
required this.timeout,
}) : _tag = tag;