SchemaPhysicalActivity constructor

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

Create a new instance of SchemaPhysicalActivity

Implementation

SchemaPhysicalActivity({
  this.associatedAnatomy,
  this.category,
  this.epidemiology,
  this.pathophysiology,
  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,
});