RecordPaymentMessage constructor
RecordPaymentMessage({})
Implementation
RecordPaymentMessage({
required this.channelId,
required this.walletId,
required this.amountSats,
this.purpose,
this.invoiceId,
}) : super(payload: null);