RemoveQuorumMember.fromJson constructor

RemoveQuorumMember.fromJson(
  1. Map json_
)

Implementation

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