SchemaBrainStructure constructor
      
      SchemaBrainStructure({ 
    
- String? associatedPathophysiology,
- String? bodyLocation,
- SchemaAnatomicalStructure? connectedTo,
- SchemaImageObject? diagram,
- SchemaAnatomicalSystem? partOfSystem,
- SchemaAnatomicalStructure? subStructure,
- SchemaMedicalCode? code,
- SchemaGrant? funding,
- SchemaMedicalGuideline? guideline,
- dynamic legalStatus,
- SchemaMedicineSystem? medicineSystem,
- SchemaOrganization? recognizingAuthority,
- SchemaMedicalSpecialty? relevantSpecialty,
- SchemaMedicalStudy? study,
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
Create a new instance of SchemaBrainStructure
Implementation
SchemaBrainStructure({
  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,
});