InvoicePage constructor

const InvoicePage({
  1. required List<Invoice> invoices,
  2. String? nextCursor,
})

Implementation

const InvoicePage({required this.invoices, this.nextCursor});