from static method

FeliCa? from(
  1. NfcTag tag
)

Get an instance of FeliCa for the given tag.

Returns null if the tag is not compatible with FeliCa.

Implementation

static FeliCa? from(NfcTag tag) => $GetFeliCa(tag);