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