UpgradeDetails constructor

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

Implementation

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