from static method

NfcV? from(
  1. NfcTag tag
)

Get an instance of NfcV for the given tag.

Returns null if the tag is not compatible with NfcV.

Implementation

static NfcV? from(NfcTag tag) => $GetNfcV(tag);