AddQuorumMember.fromJson constructor
AddQuorumMember.fromJson(
- Map json_
Implementation
AddQuorumMember.fromJson(core.Map json_)
: this(
twoFactorPublicKeyPem: json_['twoFactorPublicKeyPem'] as core.String?,
);