menu
fast_app package
documentation
net/http/fast_app_http.dart
FastHttpResponse
FastHttpResponse constructor
FastHttpResponse constructor
dark_mode
light_mode
FastHttpResponse
constructor
FastHttpResponse
(
String
body
,
int
?
code
,
Map
<
String
,
dynamic
>
headers
,
dynamic
data
,
)
Implementation
FastHttpResponse(this.body, this.code, this.headers, this.data);
fast_app package
documentation
net/http/fast_app_http
FastHttpResponse
FastHttpResponse constructor
FastHttpResponse class