ChangeProgressStatusDetails constructor
ChangeProgressStatusDetails({
- String? changeId,
- List<
ChangeProgressStage> ? changeProgressStages, - List<
String> ? completedProperties, - List<
String> ? pendingProperties, - DateTime? startTime,
- OverallChangeStatus? status,
- int? totalNumberOfStages,
Implementation
ChangeProgressStatusDetails({
this.changeId,
this.changeProgressStages,
this.completedProperties,
this.pendingProperties,
this.startTime,
this.status,
this.totalNumberOfStages,
});