SchemaDrugCost constructor

SchemaDrugCost({
  1. SchemaAdministrativeArea? applicableLocation,
  2. SchemaDrugCostCategory? costCategory,
  3. String? costCurrency,
  4. String? costOrigin,
  5. dynamic costPerUnit,
  6. String? drugUnit,
  7. SchemaMedicalCode? code,
  8. SchemaGrant? funding,
  9. SchemaMedicalGuideline? guideline,
  10. dynamic legalStatus,
  11. SchemaMedicineSystem? medicineSystem,
  12. SchemaOrganization? recognizingAuthority,
  13. SchemaMedicalSpecialty? relevantSpecialty,
  14. SchemaMedicalStudy? study,
  15. String? additionalType,
  16. String? alternateName,
  17. dynamic description,
  18. String? disambiguatingDescription,
  19. dynamic identifier,
  20. dynamic image,
  21. dynamic mainEntityOfPage,
  22. String? name,
  23. SchemaAction? potentialAction,
  24. String? sameAs,
  25. dynamic subjectOf,
  26. String? url,
})

Create a new instance of SchemaDrugCost

Implementation

SchemaDrugCost({
  this.applicableLocation,
  this.costCategory,
  this.costCurrency,
  this.costOrigin,
  this.costPerUnit,
  this.drugUnit,
  this.code,
  this.funding,
  this.guideline,
  this.legalStatus,
  this.medicineSystem,
  this.recognizingAuthority,
  this.relevantSpecialty,
  this.study,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});