SchemaNerve constructor

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

Create a new instance of SchemaNerve

Implementation

SchemaNerve({
  this.branch,
  this.nerveMotor,
  this.sensoryUnit,
  this.sourcedFrom,
  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,
});