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 progress percentage of a particular
step.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- upgradeStep → UpgradeStep?
-
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does
through:
final
- upgradeStepStatus → UpgradeStatus?
-
The status of a particular step during an 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