nfcAttempts property

int get nfcAttempts

The number of NFC attempts that the user took prior to the failure. Only used on NFC screen, otherwise 0.

Implementation

int get nfcAttempts => _map["nfcAttempts"] as int;