BlockUpgradeVote constructor

BlockUpgradeVote({
  1. bool? upgradeApprove,
  2. int? upgradeDelay,
  3. String? upgradePropose,
})

Implementation

BlockUpgradeVote({
  this.upgradeApprove,
  this.upgradeDelay,
  this.upgradePropose,
});