CacheMutationEvent constructor
const
CacheMutationEvent({})
Implementation
const CacheMutationEvent({
required this.mutatedKeys,
required this.mutatedData,
this.pattern,
this.tags,
});
const CacheMutationEvent({
required this.mutatedKeys,
required this.mutatedData,
this.pattern,
this.tags,
});