QuorumParameters constructor

QuorumParameters({
  1. List<String>? approvedTwoFactorPublicKeyPems,
  2. List<Challenge>? challenges,
  3. int? requiredApproverCount,
})

Implementation

QuorumParameters({
  this.approvedTwoFactorPublicKeyPems,
  this.challenges,
  this.requiredApproverCount,
});