menu
fluor package
documentation
retrofit
Response
<
T
>
Response constructor
Response
brightness_4
Response<
T
>
constructor
Response<
T
>
(
Response
response
,
T
body
,
{
dynamic
error
}
)
Implementation
Response(this.response, this.body, {this.error});
fluor package
documentation
retrofit
Response
<
T
>
Response constructor
Response class
Constructors
Response
Properties
body
bodyString
error
hashCode
headers
message
response
runtimeType
status
Methods
copyWith
noSuchMethod
toString
Operators
operator ==