AdminInvoiceListResponse constructor

const AdminInvoiceListResponse({
  1. required List<AdminInvoiceResponse> invoices,
  2. required bool hasMore,
})

Implementation

const AdminInvoiceListResponse({
  required this.invoices,
  required this.hasMore,
});