CloudflareRequestInit constructor

CloudflareRequestInit({
  1. bool? cacheEverything,
  2. bool? cacheKey,
  3. Iterable<String>? cacheTags,
  4. int? cacheTtl,
  5. Map<String, int>? cacheTtlByStatus,
  6. bool? scrapeShield,
  7. bool? apps,
  8. CloudflareRequestInitImageDraw? image,
  9. CloudflareRequestInitImageMinify? minify,
  10. bool? mirage,
  11. CloudflareRequestInitPolish? polish,
  12. 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,
});