GetUpgradeStatusResponse class
Container for response returned by GetUpgradeStatus
operation.
Constructors
- GetUpgradeStatusResponse({UpgradeStatus? stepStatus, String? upgradeName, UpgradeStep? upgradeStep})
-
GetUpgradeStatusResponse.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
- stepStatus → UpgradeStatus?
-
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse
object. The status can take one of the following values:final - upgradeName → String?
-
A string that describes the update briefly
final
- upgradeStep → UpgradeStep?
-
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does
through:
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