UpgradeHistory class

History of the last 10 Upgrades and Upgrade Eligibility Checks.

Constructors

UpgradeHistory({DateTime? startTimestamp, List<UpgradeStepItem>? stepsList, String? upgradeName, UpgradeStatus? upgradeStatus})
UpgradeHistory.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTimestamp DateTime?
UTC Timestamp at which the Upgrade API call was made in "yyyy-MM-ddTHH:mm:ssZ" format.
final
stepsList List<UpgradeStepItem>?
A list of UpgradeStepItem s representing information about each step performed as pard of a specific Upgrade or Upgrade Eligibility Check.
final
upgradeName String?
A string that describes the update briefly
final
upgradeStatus UpgradeStatus?
The overall status of the update. The status can take one of the following values:
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited