delegate property

Implementation

interop.CloudflareRequestInit get delegate {
  return interop.CloudflareRequestInit()
    ..cacheEverything = cacheEverything
    ..cacheKey = cacheKey
    ..cacheTags = cacheTags
    ..cacheTtl = cacheTtl
    ..cacheTtlByStatus = cacheTtlByStatus
    ..scrapeShield = scrapeShield
    ..apps = apps
    ..image = image?.delegate
    ..minify = minify?.delegate
    ..mirage = mirage
    ..polish = polish?.name
    ..resolveOverride = resolveOverride;
}