PaginatedBillingStatementResponse constructor
PaginatedBillingStatementResponse({
- List<
BillingStatement> data = const [], - required int totalCount,
Returns a new PaginatedBillingStatementResponse instance.
Implementation
PaginatedBillingStatementResponse({
this.data = const [],
required this.totalCount,
});