LnurlResponse.fromJson constructor
Implementation
LnurlResponse.fromJson(Map<String, dynamic> json) {
callback = json['callback'];
maxSendable = json['maxSendable'];
minSendable = json['minSendable'];
metadata = json['metadata'];
commentAllowed = json['commentAllowed'];
tag = json['tag'];
allowsNostr = json['allowsNostr'];
nostrPubkey = json['nostrPubkey'];
}