menu
retrofit
dio.dart
HttpResponse
<
T
>
HttpResponse.new constructor
HttpResponse.new
dark_mode
light_mode
HttpResponse<
T
>
constructor
HttpResponse<
T
>
(
T
data
,
dynamic
response
)
Implementation
HttpResponse(
this
.data,
this
.response);
retrofit
dio
HttpResponse
<
T
>
HttpResponse.new constructor
HttpResponse class