from static method

IsoDep? from(
  1. NfcTag tag
)

Get an instance of IsoDep for the given tag.

Returns null if the tag is not compatible with IsoDep.

Implementation

static IsoDep? from(NfcTag tag) => $GetIsoDep(tag);