byDateTime property
final
A Map with a date as key and a list of all activities on that date as value
Implementation
final Map<DateTime, List<ActivityModel>> byDateTime = {};
A Map with a date as key and a list of all activities on that date as value
final Map<DateTime, List<ActivityModel>> byDateTime = {};