UpgradeHistory constructor
UpgradeHistory({
- DateTime? startTimestamp,
- List<
UpgradeStepItem> ? stepsList, - String? upgradeName,
- UpgradeStatus? upgradeStatus,
Implementation
UpgradeHistory({
this.startTimestamp,
this.stepsList,
this.upgradeName,
this.upgradeStatus,
});