attemptsLeft property

int? get attemptsLeft

The amount of attempts left for this user.

Implementation

int? get attemptsLeft => _map["attemptsLeft"] as int?;