menu
daq package
documentation
utils/daq_cache/events.dart
CacheInvalidationEvent
CacheInvalidationEvent.new const constructor
CacheInvalidationEvent.new const constructor
dark_mode
light_mode
CacheInvalidationEvent
constructor
const
CacheInvalidationEvent
(
{
required
List
<
String
>
invalidatedKeys
,
String
?
pattern
,
List
<
String
>
?
tags
,
})
Implementation
const CacheInvalidationEvent({ required this.invalidatedKeys, this.pattern, this.tags, });
daq package
documentation
utils/daq_cache/events
CacheInvalidationEvent
CacheInvalidationEvent.new const constructor
CacheInvalidationEvent class