HealthRecommendations constructor

HealthRecommendations({
  1. String? athletes,
  2. String? children,
  3. String? elderly,
  4. String? generalPopulation,
  5. String? heartDiseasePopulation,
  6. String? lungDiseasePopulation,
  7. String? pregnantWomen,
})

Implementation

HealthRecommendations({
  this.athletes,
  this.children,
  this.elderly,
  this.generalPopulation,
  this.heartDiseasePopulation,
  this.lungDiseasePopulation,
  this.pregnantWomen,
});