FetchRequest constructor
FetchRequest({
- FetchRequestAction? action = FetchRequestAction.PROCEED,
- dynamic body,
- String? cache,
- FetchRequestCredential? credentials,
- Map<
String, dynamic> ? headers, - String? integrity,
- bool? keepalive,
- String? method,
- String? mode,
- String? redirect,
- String? referrer,
- ReferrerPolicy? referrerPolicy,
- WebUri? url,
Implementation
FetchRequest(
{this.action = FetchRequestAction.PROCEED,
this.body,
this.cache,
this.credentials,
this.headers,
this.integrity,
this.keepalive,
this.method,
this.mode,
this.redirect,
this.referrer,
this.referrerPolicy,
this.url});