menu
scouting_app_2024
user\awards\awards_telemetry.dart
AwardsTelemetry
isUnlocked method
isUnlocked
brightness_4
brightness_5
isUnlocked
method
bool
isUnlocked
(
String
award
)
Implementation
bool isUnlocked(String award) => _currentModel.unlockedAwards.contains(award);
scouting_app_2024
awards_telemetry
AwardsTelemetry
isUnlocked method
AwardsTelemetry class