from static method

Iso7816? from(
  1. NfcTag tag
)

Get an instance of Iso7816 for the given tag.

Returns null if the tag is not compatible with Iso7816.

Implementation

static Iso7816? from(NfcTag tag) => $GetIso7816(tag);