menu
core_custom_tools package
documentation
http/response.dart
Response<T>
Response constructor
Response constructor
dark_mode
light_mode
Response<
T
>
constructor
Response<
T
>
(
Map
<
String
,
List
<
String
>
>
headers
,
dynamic
body
,
int
?
status
)
Implementation
Response(this.headers, this.body, this.status);
core_custom_tools package
documentation
http/response
Response<T>
Response constructor
Response class