MakeInvoiceRequest constructor
const
MakeInvoiceRequest({})
Implementation
const MakeInvoiceRequest({
required amountMsat,
this.description,
this.descriptionHash,
this.expiry,
NwcMethod? method, // Add optional method parameter
}) : amountSat = amountMsat ~/ 1000,
super(
method: method ??
NwcMethod.MAKE_INVOICE);