menu
moviestar
services/hive_movie_cache_service.dart
CacheResult
<
T
>
CacheResult.new const constructor
CacheResult.new
dark_mode
light_mode
CacheResult<
T
>
constructor
const
CacheResult<
T
>
(
{
required
T
data
,
required
bool
fromCache
,
Duration
?
cacheAge
,
DateTime
?
cachedAt
,
})
Implementation
const CacheResult({ required this.data, required this.fromCache, this.cacheAge, this.cachedAt, });
moviestar
hive_movie_cache_service
CacheResult
<
T
>
CacheResult.new const constructor
CacheResult class