CloudflareRequestInit class

Available Extensions

Constructors

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})

Properties

apps bool?
getter/setter pair
cacheEverything bool?
getter/setter pair
cacheKey bool?
getter/setter pair
cacheTags Iterable<String>?
getter/setter pair
cacheTtl int?
getter/setter pair
cacheTtlByStatus Map<String, int>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image CloudflareRequestInitImageDraw?
getter/setter pair
minify CloudflareRequestInitImageMinify?
getter/setter pair
mirage bool?
getter/setter pair
polish CloudflareRequestInitPolish?
getter/setter pair
resolveOverride String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrapeShield bool?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited