menu
sing_plugin_tools package
documentation
net/api_response.dart
ApiResponse<T>
ApiResponse.new constructor
ApiResponse.new constructor
dark_mode
light_mode
ApiResponse<
T
>
constructor
ApiResponse<
T
>
(
{
int
?
code
,
String
?
msg
,
dynamic
data
,
})
Implementation
ApiResponse({this.code, this.msg, this.data});
sing_plugin_tools package
documentation
net/api_response
ApiResponse<T>
ApiResponse.new constructor
ApiResponse class