from static method

NfcA? from(
  1. NfcTag tag
)

Get an instance of NfcA for the given tag.

Returns null if the tag is not compatible with NfcA.

Implementation

static NfcA? from(NfcTag tag) => $GetNfcA(tag);