Properties
-
body
→ Uint8List
-
The body of this response.
read-onlyinherited
-
errorCode
→ int
-
Error code of response
read-only
-
errorData
→ IHttpErrorData?
-
Additional information about the error, if any.
read-only
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
hasJsonBody
→ bool
-
Whether this response has a JSON body.
read-onlyinherited
-
The headers associated with the response.
read-onlyinherited
-
jsonBody
→ dynamic
-
The body of this response, decoded as JSON.
read-onlyinherited
-
message
→ String
-
Message why http request failed
read-only
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
statusCode
→ int
-
The status code of the response.
read-onlyinherited
-
textBody
→ String?
-
The body of this response, decoded as UTF-8.
read-onlyinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited