QualityGoalModel constructor

QualityGoalModel(
  1. String name,
  2. String frequency,
  3. String procedure,
  4. String objective,
  5. String target,
  6. String uom,
)

Implementation

QualityGoalModel(
  this.name,
  this.frequency,
  this.procedure,
  this.objective,
  this.target,
  this.uom,
);