from static method

MiFare? from(
  1. NfcTag tag
)

Get an instance of MiFare for the given tag.

Returns null if the tag is not compatible with MiFare.

Implementation

static MiFare? from(NfcTag tag) => $GetMiFare(tag);