attempts property
int?
get
attempts
Implementation
int? get attempts => _map["attempts"];
set
attempts
(int? value)
Implementation
set attempts(int? value) => _map["attempts"] = value;