InvoiceFilter constructor

InvoiceFilter({
  1. List<String>? locationIds,
  2. List<String>? customerIds,
})

Implementation

InvoiceFilter({
this.locationIds, this.customerIds
});