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 part of a specific upgrade or upgrade eligibility check.final - upgradeName → String?
-
A string that briefly describes the upgrade.
final
- upgradeStatus → UpgradeStatus?
-
The current status of the upgrade. 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