CloudflareRequestInit constructor
CloudflareRequestInit({
- bool? cacheEverything,
- bool? cacheKey,
- Iterable<
String> ? cacheTags, - int? cacheTtl,
- Map<
String, int> ? cacheTtlByStatus, - bool? scrapeShield,
- bool? apps,
- CloudflareRequestInitImageDraw? image,
- CloudflareRequestInitImageMinify? minify,
- bool? mirage,
- CloudflareRequestInitPolish? polish,
- String? resolveOverride,
Implementation
CloudflareRequestInit({
this.cacheEverything,
this.cacheKey,
this.cacheTags,
this.cacheTtl,
this.cacheTtlByStatus,
this.scrapeShield,
this.apps,
this.image,
this.minify,
this.mirage,
this.polish,
this.resolveOverride,
});