UpgradeDetails class

UpgradeDetails contains detailed information of each individual upgrade operation.

Constructors

UpgradeDetails.new({String? endTime, String? initialVersion, String? startTime, String? startType, String? state, String? targetVersion})
UpgradeDetails.fromJson(Map json_)

Properties

endTime String?
The end timestamp of the upgrade.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initialVersion String?
The version before the upgrade.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
The start timestamp of the upgrade.
getter/setter pair
startType String?
The start type of the upgrade. Possible string values are:
getter/setter pair
state String?
The state of the upgrade.
getter/setter pair
targetVersion String?
The version after the upgrade.
getter/setter pair

Methods

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

Operators

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