PaymentsExportedInvoice constructor

const PaymentsExportedInvoice({
  1. required String url,
})

Payments Exported Invoice constructor.

Implementation

const PaymentsExportedInvoice({
  required this.url,
}) : super._();