SchemaBone constructor

SchemaBone({
  1. String? associatedPathophysiology,
  2. String? bodyLocation,
  3. SchemaAnatomicalStructure? connectedTo,
  4. SchemaImageObject? diagram,
  5. SchemaAnatomicalSystem? partOfSystem,
  6. SchemaMedicalCondition? relatedCondition,
  7. SchemaMedicalTherapy? relatedTherapy,
  8. SchemaAnatomicalStructure? subStructure,
  9. SchemaMedicalCode? code,
  10. SchemaGrant? funding,
  11. SchemaMedicalGuideline? guideline,
  12. dynamic legalStatus,
  13. SchemaMedicineSystem? medicineSystem,
  14. SchemaOrganization? recognizingAuthority,
  15. SchemaMedicalSpecialty? relevantSpecialty,
  16. SchemaMedicalStudy? study,
  17. String? additionalType,
  18. String? alternateName,
  19. dynamic description,
  20. String? disambiguatingDescription,
  21. dynamic identifier,
  22. dynamic image,
  23. dynamic mainEntityOfPage,
  24. String? name,
  25. SchemaAction? potentialAction,
  26. String? sameAs,
  27. dynamic subjectOf,
  28. String? url,
})

Create a new instance of SchemaBone

Implementation

SchemaBone({
  this.associatedPathophysiology,
  this.bodyLocation,
  this.connectedTo,
  this.diagram,
  this.partOfSystem,
  this.relatedCondition,
  this.relatedTherapy,
  this.subStructure,
  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,
});