NFCTag constructor

NFCTag(
  1. NFCTagType type,
  2. String id,
  3. String standard,
  4. String? atqa,
  5. String? sak,
  6. String? historicalBytes,
  7. String? protocolInfo,
  8. String? applicationData,
  9. String? hiLayerResponse,
  10. String? manufacturer,
  11. String? systemCode,
  12. String? dsfId,
  13. bool? ndefAvailable,
  14. String? ndefType,
  15. int? ndefCapacity,
  16. bool? ndefWritable,
  17. bool? ndefCanMakeReadOnly,
  18. String? webUSBCustomProbeData,
  19. MifareInfo? mifareInfo,
)

Implementation

NFCTag(
    this.type,
    this.id,
    this.standard,
    this.atqa,
    this.sak,
    this.historicalBytes,
    this.protocolInfo,
    this.applicationData,
    this.hiLayerResponse,
    this.manufacturer,
    this.systemCode,
    this.dsfId,
    this.ndefAvailable,
    this.ndefType,
    this.ndefCapacity,
    this.ndefWritable,
    this.ndefCanMakeReadOnly,
    this.webUSBCustomProbeData,
    this.mifareInfo);