menu
lowder package
documentation
factory/action_factory.dart
HttpResponse
HttpResponse constructor
HttpResponse constructor
dark_mode
light_mode
HttpResponse
constructor
HttpResponse
(
int
statusCode
,
String
body
, {
String
?
reasonPhrase
,
Map
<
String
,
String
>
headers
=
const {}
,
Map
<
String
,
dynamic
>
?
extra
,
})
Implementation
HttpResponse(this.statusCode, this.body, {this.reasonPhrase, this.headers = const {}, this.extra});
lowder package
documentation
factory/action_factory
HttpResponse
HttpResponse constructor
HttpResponse class