XRPLSigners.fromJson constructor
Implementation
XRPLSigners.fromJson(Map<String, dynamic> json)
: account = json["signer"]["account"],
txnSignature = json["signer"]["txn_signature"],
signingPubKey = json["signer"]["signing_pub_key"];