byId property
final
A Map with activity ID's as keys and their corresponding ActivityData as value If the key exists but the value is null, this means that the an attempt was made to fetch an activity with this ID without success.
Implementation
final Map<String, ActivityModel?> byId = {};