UpgradeNote constructor
UpgradeNote({
- List<
UpgradeDistribution> ? distributions, - String? package,
- Version? version,
- WindowsUpdate? windowsUpdate,
Implementation
UpgradeNote({
this.distributions,
this.package,
this.version,
this.windowsUpdate,
});