SchemaMedicalEntity constructor

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

Create a new instance of SchemaMedicalEntity

Implementation

SchemaMedicalEntity({
  super.additionalType,
  super.alternateName,
  super.description,
  super.disambiguatingDescription,
  super.identifier,
  super.image,
  super.mainEntityOfPage,
  super.name,
  super.owner,
  super.potentialAction,
  super.sameAs,
  super.subjectOf,
  super.url,
  this.code,
  this.funding,
  this.guideline,
  this.legalStatus,
  this.medicineSystem,
  this.recognizingAuthority,
  this.relevantSpecialty,
  this.study,
});