menu
MBG_Inspektionen
backend/categoryProgressState.dart
CategoryProgressState
totalFor method
totalFor
dark_mode
light_mode
totalFor
method
int
?
totalFor
(
String
categoryId
)
Implementation
int? totalFor(String categoryId) => _totalCheckpointsByCategoryId[categoryId];
MBG_Inspektionen
categoryProgressState
CategoryProgressState
totalFor method
CategoryProgressState class