PostRequest mixin

Superclass constraints
Mixin applications

Properties

baseUrl String
no setterinherited
cancelToken → CancelToken
no setterinherited
data Future
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>?
no setterinherited
includeAuthorization bool
no setterinherited
includeLocalization bool
no setterinherited
isEncoded bool
no setterinherited
method String
no setteroverride
multiPart bool
no setterinherited
path String
finalinherited
queryParameters Future<Map<String, dynamic>?>
no setteroverride
receiveTimeout Duration?
no setterinherited
refreshToken String
no setterinherited
requestModel RequestModel
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendTimeout Duration?
no setterinherited
token Map<String, String>
no setterinherited
url String
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