RecommendationSymptom constructor

RecommendationSymptom({
  1. String? code,
  2. String? name,
})

Implementation

RecommendationSymptom({
   this.code,
   this.name,
});