from static method

NfcB? from(
  1. NfcTag tag
)

Get an instance of NfcB for the given tag.

Returns null if the tag is not compatible with NfcB.

Implementation

static NfcB? from(NfcTag tag) => $GetNfcB(tag);