SchemaMedicalRiskCalculator constructor

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

Create a new instance of SchemaMedicalRiskCalculator

Implementation

SchemaMedicalRiskCalculator({
  super.additionalType,
  super.alternateName,
  super.code,
  super.description,
  super.disambiguatingDescription,
  super.estimatesRiskOf,
  super.funding,
  super.guideline,
  super.identifier,
  super.image,
  super.includedRiskFactor,
  super.legalStatus,
  super.mainEntityOfPage,
  super.medicineSystem,
  super.name,
  super.owner,
  super.potentialAction,
  super.recognizingAuthority,
  super.relevantSpecialty,
  super.sameAs,
  super.study,
  super.subjectOf,
  super.url,
});