UpgradeOccurrence constructor

UpgradeOccurrence({
  1. UpgradeDistribution? distribution,
  2. String? package,
  3. Version? parsedVersion,
  4. WindowsUpdate? windowsUpdate,
})

Implementation

UpgradeOccurrence({
  this.distribution,
  this.package,
  this.parsedVersion,
  this.windowsUpdate,
});