FakeTech.nfcV constructor
FakeTech.nfcV({})
android.nfc.tech.NfcV. ISO 15693, which iOS reaches through FakeTech.iso15693.
Implementation
factory FakeTech.nfcV({
int dsfId = 0,
int responseFlags = 0,
int maxTransceiveLength = _maxTransceiveLength,
}) => FakeTech._(
'NfcV',
(data) => data.nfcV = NfcVPigeon(
dsfId: dsfId,
responseFlags: responseFlags,
maxTransceiveLength: maxTransceiveLength,
),
);