menu
utopia_http package
documentation
utopia_http.dart
Response
Response constructor
Response constructor
dark_mode
light_mode
Response
constructor
Response
(
String
body
, {
int
status
=
200
,
Map
<
String
,
String
>
?
headers
,
})
Implementation
Response(this.body, {this.status = 200, Map<String, String>? headers}) : _headers = headers ?? {};
utopia_http package
documentation
utopia_http
Response
Response constructor
Response class