menu
appfit package
documentation
caching/event_cache.dart
EventCache
events property
events property
dark_mode
light_mode
events
property
List
<
AppFitEvent
>
get
events
The entries in the cache.
Implementation
List<AppFitEvent> get events => _cache;
appfit package
documentation
caching/event_cache
EventCache
events property
EventCache class