attemptsLeft property
int?
get
attemptsLeft
The amount of attempts left for this user.
Implementation
int? get attemptsLeft => _map["attemptsLeft"] as int?;
The amount of attempts left for this user.
int? get attemptsLeft => _map["attemptsLeft"] as int?;