activeIds property

List<String> get activeIds

Gets all active progress IDs

Implementation

List<String> get activeIds => List.from(_activeProgress.keys);