UpgradeStepItem class

Represents a single step of the upgrade or upgrade eligibility check workflow.

Constructors

UpgradeStepItem({List<String>? issues, double? progressPercent, UpgradeStep? upgradeStep, UpgradeStatus? upgradeStepStatus})
UpgradeStepItem.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
issues List<String>?
A list of strings containing detailed information about the errors encountered in a particular step.
final
progressPercent double?
The floating point value representing the progress percentage of a particular step.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upgradeStep UpgradeStep?
One of three steps an upgrade or upgrade eligibility check goes through:
final
upgradeStepStatus 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