AddQuorumMember.fromJson constructor

AddQuorumMember.fromJson(
  1. Map json_
)

Implementation

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