CacheControl constructor
const
CacheControl({})
Implementation
const CacheControl({
this.maxAge,
this.maxStale,
this.minFresh,
this.noCache = false,
this.noStore = false,
this.noTransform = false,
this.onlyIfCached = false,
this.other = const [],
});