InvoiceRequest constructor
const
InvoiceRequest({})
Creates a new instance of InvoiceRequest.
invoiceHash
: The unique hash for the invoice.invoice
: The invoice data itself.uuid
: The unique identifier for this invoice request.
Implementation
const InvoiceRequest({
required this.invoice,
required this.invoiceHash,
required this.uuid,
});