ActivityRepository class
Properties
asList
→ List <ActivityModel >
A list of all activities, sorted by date (oldest first)
final
byDateTime
→ Map <DateTime , List <ActivityModel > >
A Map with a date as key and a list of all activities on that date as value
final
byId
→ Map <String , ActivityModel ? >
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.
final
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited
aegee_leiden_app
2.10.3+42