SchemaMuscle constructor

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

Create a new instance of SchemaMuscle

Implementation

SchemaMuscle({
  this.antagonist,
  this.bloodSupply,
  this.insertion,
  this.muscleAction,
  this.nerve,
  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,
});