RecommendationFdaDrug class

Constructors

RecommendationFdaDrug.new({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})
RecommendationFdaDrug.fromJson(Map<String, dynamic> json)
factory

Properties

dosage String?
getter/setter pair
dosageForm String?
getter/setter pair
dosageUnit String?
getter/setter pair
duration int?
getter/setter pair
frequency String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
howToUse String?
getter/setter pair
name String?
getter/setter pair
packageSize String?
getter/setter pair
packageType String?
getter/setter pair
registrationNumber String?
getter/setter pair
relationWithFood String?
getter/setter pair
routeOfAdministration String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specialInstructions String?
getter/setter pair
strengthValue String?
getter/setter pair
tradeName String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited