menu
dio_http_client package
documentation
network/api_response.dart
ApiResponse<T>
ApiResponse.new constructor
ApiResponse.new constructor
dark_mode
light_mode
ApiResponse<
T
>
constructor
ApiResponse<
T
>
(
{
T?
body
,
String
?
result
,
String
?
message
,
})
Implementation
ApiResponse({ this.body, this.result, this.message, });
dio_http_client package
documentation
network/api_response
ApiResponse<T>
ApiResponse.new constructor
ApiResponse class