menu
nian_common_utils package
documentation
utils/dio_utils/response_handle.dart
BaseResponse<T>
BaseResponse.new constructor
BaseResponse.new constructor
dark_mode
light_mode
BaseResponse<
T
>
constructor
BaseResponse<
T
>
(
{
T?
code
,
T?
data
,
String
?
msg
,
String
?
error
,
String
?
status
,
T?
result
,
})
Implementation
BaseResponse({ this.code, this.data, this.msg, this.error, this.status, this.result, });
nian_common_utils package
documentation
utils/dio_utils/response_handle
BaseResponse<T>
BaseResponse.new constructor
BaseResponse class