SchemaMedicalRiskCalculator constructor

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

Create a new instance of SchemaMedicalRiskCalculator

Implementation

SchemaMedicalRiskCalculator({
  this.estimatesRiskOf,
  this.includedRiskFactor,
  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,
});