SchemaDrugLegalStatus constructor

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

Create a new instance of SchemaDrugLegalStatus

Implementation

SchemaDrugLegalStatus({
  this.applicableLocation,
  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,
});