ChangeProgressStage class
A progress stage details of a specific domain configuration change.
Constructors
- ChangeProgressStage({String? description, DateTime? lastUpdated, String? name, String? status})
-
ChangeProgressStage.fromJson(Map<
String, dynamic> json) -
factory
Properties
- description → String?
-
The description of the progress stage.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdated → DateTime?
-
The last updated timestamp of the progress stage.
final
- name → String?
-
The name of the specific progress stage.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
The overall status of a specific progress stage.
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