-
baseOptions
↔ BaseOptions?
-
getter/setter pair
-
cookie
↔ List<String>
-
保存的cookie
getter/setter pair
-
data
↔ T?
-
The response payload in specific type.
getter/setter pairinherited
-
error
↔ dynamic
-
error 信息
getter/setter pair
-
An extra map that you can save your custom information in.
getter/setter pairinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
Headers for the response.
getter/setter pairinherited
-
isRedirect
↔ bool
-
Whether the response has been redirected.
getter/setter pairinherited
-
realUri
→ Uri
-
Return the final real request URI (may be redirected).
no setterinherited
-
redirects
↔ List<RedirectRecord>
-
All redirections happened before the response respond.
getter/setter pairinherited
-
requestOptions
↔ RequestOptions
-
The RequestOptions used for the corresponding request.
getter/setter pairinherited
-
response
↔ Response?
-
dio response
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
statusCode
↔ int?
-
The HTTP status code for the response.
getter/setter pairinherited
-
statusMessage
↔ String?
-
Returns the reason phrase associated with the status code.
getter/setter pairinherited
-
type
↔ String?
-
请求返回类型 DioErrorType.toString
getter/setter pair