UpgradeHistory constructor

UpgradeHistory({
  1. DateTime? startTimestamp,
  2. List<UpgradeStepItem>? stepsList,
  3. String? upgradeName,
  4. UpgradeStatus? upgradeStatus,
})

Implementation

UpgradeHistory({
  this.startTimestamp,
  this.stepsList,
  this.upgradeName,
  this.upgradeStatus,
});