adapterState property

NfcAdapterState? get adapterState

The new adapter state, for NfcEventKind.nfcStateChanged.

Implementation

NfcAdapterState? get adapterState => _data.adapterState == null ? null : adapterStateFromWire(_data.adapterState!);