menu
daakia_vc_flutter_sdk package
documentation
model/base_response.dart
BaseResponse<T>
BaseResponse.new constructor
BaseResponse.new constructor
dark_mode
light_mode
BaseResponse<
T
>
constructor
BaseResponse<
T
>
(
{
int
?
success
,
String
?
message
,
T?
data
,
})
Implementation
BaseResponse({this.success, this.message, this.data});
daakia_vc_flutter_sdk package
documentation
model/base_response
BaseResponse<T>
BaseResponse.new constructor
BaseResponse class