fetchx
fetchx
Response
json property
json
json
property
Null safety
dynamic
json
Returns the json object of the body from
Response
.
Implementation
dynamic get json => jsonDecode(body!);
fetchx
fetchx
Response
json property
Response class
Constructors
Response
fromClient
Properties
body
connectionInfo
hashCode
headers
json
runtimeType
statusCode
Methods
noSuchMethod
toString
Operators
operator ==