UpgradeDetails constructor

UpgradeDetails({
  1. String? endTime,
  2. String? initialVersion,
  3. String? startTime,
  4. String? startType,
  5. String? state,
  6. String? targetVersion,
})

Implementation

UpgradeDetails({
  this.endTime,
  this.initialVersion,
  this.startTime,
  this.startType,
  this.state,
  this.targetVersion,
});