from static method

Ndef? from(
  1. NfcTag tag
)

Get an instance of Ndef for the given tag.

Returns null if the tag is not compatible with NDEF.

Implementation

static Ndef? from(NfcTag tag) => $GetNdef(tag);