ApprovalThresholdPolicy constructor

ApprovalThresholdPolicy({
  1. int? proposalDurationInHours,
  2. ThresholdComparator? thresholdComparator,
  3. int? thresholdPercentage,
})

Implementation

ApprovalThresholdPolicy({
  this.proposalDurationInHours,
  this.thresholdComparator,
  this.thresholdPercentage,
});