from static method

NfcF? from(
  1. NfcTag tag
)

Get an instance of NfcF for the given tag.

Returns null if the tag is not compatible with NfcF.

Implementation

static NfcF? from(NfcTag tag) => $GetNfcF(tag);