NfcCard constructor
NfcCard({})
Implementation
NfcCard({
required this.id,
required this.type,
required this.protocol,
required this.hasNdef,
required this.canWrite,
required this.capacity,
required this.isLocked,
required this.raw,
});