UpgradeNote constructor

UpgradeNote({
  1. List<UpgradeDistribution>? distributions,
  2. String? package,
  3. Version? version,
  4. WindowsUpdate? windowsUpdate,
})

Implementation

UpgradeNote({
  this.distributions,
  this.package,
  this.version,
  this.windowsUpdate,
});