totalFor method

int? totalFor(
  1. String categoryId
)

Implementation

int? totalFor(String categoryId) => _totalCheckpointsByCategoryId[categoryId];