UpgradeNote class
An Upgrade Note represents a potential upgrade of a package to a given version.
For each package version combination (i.e. bash 4.0, bash 4.1, bash 4.1.2), there will be an Upgrade Note. For Windows, windows_update field represents the information related to the update.
Constructors
-
UpgradeNote({List<
UpgradeDistribution> ? distributions, String? package, Version? version, WindowsUpdate? windowsUpdate}) - UpgradeNote.fromJson(Map json_)
Properties
-
distributions
↔ List<
UpgradeDistribution> ? -
Metadata about the upgrade for each specific operating system.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- package ↔ String?
-
Required for non-Windows OS.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version ↔ Version?
-
Required for non-Windows OS.
getter/setter pair
- windowsUpdate ↔ WindowsUpdate?
-
Required for Windows OS.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited