VotingPolicy constructor

VotingPolicy({
  1. ApprovalThresholdPolicy? approvalThresholdPolicy,
})

Implementation

VotingPolicy({
  this.approvalThresholdPolicy,
});