menu
cure package
documentation
http.dart
Response
Response.new constructor
Response.new constructor
dark_mode
light_mode
Response
constructor
Response
(
int
statusCode
,
String
?
statusText
,
String
?
content
,
Map
<
String
,
String
>
headers
,
)
Create a response
Implementation
Response(this.statusCode, this.statusText, this.content, this.headers);
cure package
documentation
http
Response
Response.new constructor
Response class