menu
component_set package
documentation
http/parameter.dart
Response
Response.new constructor
Response.new constructor
dark_mode
light_mode
Response
constructor
Response
(
{
String
?
contentType
,
String
?
body
,
Uint8List
?
bodyBytes
,
int
?
status
,
Map
<
String
,
String
>
?
headers
,
})
Implementation
Response({this.contentType, this.body, this.bodyBytes, this.status, this.headers});
component_set package
documentation
http/parameter
Response
Response.new constructor
Response class