SchemaMedicalDevice constructor

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

Create a new instance of SchemaMedicalDevice

Implementation

SchemaMedicalDevice({
  this.adverseOutcome,
  this.contraindication,
  this.postOp,
  this.preOp,
  this.procedure,
  this.seriousAdverseOutcome,
  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,
});