RecommendationFdaDrug constructor

RecommendationFdaDrug({
  1. String? name,
  2. String? dosage,
  3. int? duration,
  4. String? howToUse,
  5. String? frequency,
  6. String? tradeName,
  7. String? dosageForm,
  8. String? dosageUnit,
  9. String? packageSize,
  10. String? packageType,
  11. String? strengthValue,
  12. String? relationWithFood,
  13. String? specialInstructions,
  14. String? routeOfAdministration,
  15. String? registrationNumber,
})

Implementation

RecommendationFdaDrug({
   this.name,
   this.dosage,
   this.duration,
   this.howToUse,
   this.frequency,
   this.tradeName,
   this.dosageForm,
   this.dosageUnit,
   this.packageSize,
   this.packageType,
   this.strengthValue,
   this.relationWithFood,
   this.specialInstructions,
   this.routeOfAdministration,
   this.registrationNumber,
});