menu
rx_cache_manager package
documentation
cache_wrapper.dart
CacheWrapper<T>
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
toMap
(
)
Implementation
Map toMap() => { 'cachedDate': cachedDate, 'data': data, };
rx_cache_manager package
documentation
cache_wrapper
CacheWrapper<T>
toMap method
CacheWrapper class