QualityReviewModel constructor

QualityReviewModel(
  1. String name,
  2. String goal,
  3. String status,
  4. String objective,
  5. String review,
)

Implementation

QualityReviewModel(
  this.name,
  this.goal,
  this.status,
  this.objective,
  this.review,
);