RequestInit class abstract

Annotations

Constructors

RequestInit({String? method, dynamic headers, dynamic body, String? referrer, String? referrerPolicy, String? mode, String? credentials, String? cache, String? redirect, String? integrity, dynamic window})
factory

Properties

body ↔ dynamic
getter/setter pair
cache String
getter/setter pair
credentials String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headers ↔ dynamic
getter/setter pair
integrity String
getter/setter pair
method String
getter/setter pair
mode String
getter/setter pair
redirect String
getter/setter pair
referrer String
getter/setter pair
referrerPolicy String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
window ↔ dynamic
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