SchemaMedicalStudy constructor

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

Create a new instance of SchemaMedicalStudy

Implementation

SchemaMedicalStudy({
  this.healthCondition,
  this.sponsor,
  this.status,
  this.studyLocation,
  this.studySubject,
  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,
});