menu
http_client package
documentation
http_client
Response
body property
body
brightness_4
body
property
Null safety
dynamic
body
HTTP body content.
Implementation
dynamic get body { return _bodyText ?? _bodyBytes ?? _bodyStream ?? _body; }
http_client package
documentation
http_client
Response
body property
Response class
Constructors
Response
Properties
body
bodyAsStream
done
hashCode
headers
reasonPhrase
redirects
requestAddress
responseAddress
runtimeType
statusCode
Methods
noSuchMethod
readAsBytes
readAsString
toString
Operators
operator ==