ActivityRepository class

Constructors

ActivityRepository()

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 setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited