ChangeProgressStatusDetails constructor

ChangeProgressStatusDetails({
  1. String? changeId,
  2. List<ChangeProgressStage>? changeProgressStages,
  3. List<String>? completedProperties,
  4. List<String>? pendingProperties,
  5. DateTime? startTime,
  6. OverallChangeStatus? status,
  7. int? totalNumberOfStages,
})

Implementation

ChangeProgressStatusDetails({
  this.changeId,
  this.changeProgressStages,
  this.completedProperties,
  this.pendingProperties,
  this.startTime,
  this.status,
  this.totalNumberOfStages,
});