ChangeProgressStage constructor

ChangeProgressStage({
  1. String? description,
  2. DateTime? lastUpdated,
  3. String? name,
  4. String? status,
})

Implementation

ChangeProgressStage({
  this.description,
  this.lastUpdated,
  this.name,
  this.status,
});