RecommendationFdaDrug constructor
RecommendationFdaDrug({
- String? name,
- String? dosage,
- int? duration,
- String? howToUse,
- String? frequency,
- String? tradeName,
- String? dosageForm,
- String? dosageUnit,
- String? packageSize,
- String? packageType,
- String? strengthValue,
- String? relationWithFood,
- String? specialInstructions,
- String? routeOfAdministration,
- 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,
});