EstimationDeleteOrganization constructor

EstimationDeleteOrganization({
  1. required List<Invoice> unpaidInvoices,
})

Implementation

EstimationDeleteOrganization({
  required this.unpaidInvoices,
});