from static method

Iso15693? from(
  1. NfcTag tag
)

Get an instance of Iso15693 for the given tag.

Returns null if the tag is not compatible with Iso15693.

Implementation

static Iso15693? from(NfcTag tag) => $GetIso15693(tag);