from static method

NdefFormatable? from(
  1. NfcTag tag
)

Get an instance of NdefFormatable for the given tag.

Returns null if the tag is not NDEF formatable.

Implementation

static NdefFormatable? from(NfcTag tag) => $GetNdefFormatable(tag);