menu
lib_common_fx package
documentation
network/response.dart
NetResponse<T>
NetResponse.new constructor
NetResponse.new constructor
dark_mode
light_mode
NetResponse<
T
>
constructor
NetResponse<
T
>
(
{
int
code
=
0
,
T?
data
,
String
msg
=
""
,
})
Implementation
NetResponse({this.code = 0, this.data, this.msg = ""});
lib_common_fx package
documentation
network/response
NetResponse<T>
NetResponse.new constructor
NetResponse class