UpgradeStepItem constructor

UpgradeStepItem({
  1. List<String>? issues,
  2. double? progressPercent,
  3. UpgradeStep? upgradeStep,
  4. UpgradeStatus? upgradeStepStatus,
})

Implementation

UpgradeStepItem({
  this.issues,
  this.progressPercent,
  this.upgradeStep,
  this.upgradeStepStatus,
});