SchemaMedicalEntity constructor

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

Create a new instance of SchemaMedicalEntity

Implementation

SchemaMedicalEntity({
  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,
});