PatchHttpRequest class abstract
- Inheritance
-
- Object
- HttpRequest
- PatchHttpRequest
Constructors
- PatchHttpRequest.new({HttpCancelToken? cancelToken})
-
const
Properties
- cachePolicy → HttpCachePolicy?
-
The cache policy to be used.
no setterinherited
- cancelToken → HttpCancelToken?
-
The token to cancel the request.
finalinherited
- contentType → String?
-
The content type of the request.
no setterinherited
- data → Object?
-
The data to be included in the request.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
→ Map<
String, String> -
Headers to be included in the request.
no setterinherited
- maxStale → Duration?
-
The maximum time that the cache can be used.
no setterinherited
- method → HttpMethods
-
The HTTP method to be used.
finalinherited
- path → String
-
The path of the request.
no setterinherited
-
queryParameters
→ Map<
String, dynamic> ? -
Query parameters to be included in the request.
no setterinherited
- refresh → bool
-
If true, the cache will be refreshed.
no setterinherited
- responseType → HttpResponseType?
-
The type of response expected.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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