QuorumAuth constructor

QuorumAuth({
  1. int? requiredApproverCount,
  2. int? totalApproverCount,
  3. List<String>? twoFactorPublicKeyPems,
})

Implementation

QuorumAuth({
  this.requiredApproverCount,
  this.totalApproverCount,
  this.twoFactorPublicKeyPems,
});