LnUrlPayRequestData constructor
const
LnUrlPayRequestData({})
Implementation
const LnUrlPayRequestData({
required this.callback,
required this.minSendable,
required this.maxSendable,
required this.metadataStr,
required this.commentAllowed,
required this.domain,
required this.allowsNostr,
this.nostrPubkey,
this.lnAddress,
});