UpgradeOccurrence constructor
UpgradeOccurrence({
- UpgradeDistribution? distribution,
- String? package,
- Version? parsedVersion,
- WindowsUpdate? windowsUpdate,
Implementation
UpgradeOccurrence({
this.distribution,
this.package,
this.parsedVersion,
this.windowsUpdate,
});