UpgradeStepItem constructor
UpgradeStepItem({
- List<
String> ? issues, - double? progressPercent,
- UpgradeStep? upgradeStep,
- UpgradeStatus? upgradeStepStatus,
Implementation
UpgradeStepItem({
this.issues,
this.progressPercent,
this.upgradeStep,
this.upgradeStepStatus,
});