toString method

  1. @override
String toString()
override

Returns a string representation of the InvoiceRequest for debugging.

The output includes the invoiceHash, invoice, and uuid.

Implementation

@override
String toString() {
  return 'InvoiceRequest => "invoiceHash": $invoiceHash, "invoice": $invoice, "uuid": $uuid';
}