SchemaBioChemEntity constructor
SchemaBioChemEntity({
- dynamic associatedDisease,
- SchemaBioChemEntity? bioChemInteraction,
- SchemaBioChemEntity? bioChemSimilarity,
- SchemaDefinedTerm? biologicalRole,
- SchemaGrant? funding,
- SchemaBioChemEntity? hasBioChemEntityPart,
- dynamic hasMolecularFunction,
- dynamic hasRepresentation,
- SchemaGene? isEncodedByBioChemEntity,
- dynamic isInvolvedInBiologicalProcess,
- dynamic isLocatedInSubcellularLocation,
- SchemaBioChemEntity? isPartOfBioChemEntity,
- dynamic taxonomicRange,
- 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 SchemaBioChemEntity
Implementation
SchemaBioChemEntity({
this.associatedDisease,
this.bioChemInteraction,
this.bioChemSimilarity,
this.biologicalRole,
this.funding,
this.hasBioChemEntityPart,
this.hasMolecularFunction,
this.hasRepresentation,
this.isEncodedByBioChemEntity,
this.isInvolvedInBiologicalProcess,
this.isLocatedInSubcellularLocation,
this.isPartOfBioChemEntity,
this.taxonomicRange,
this.additionalType,
this.alternateName,
this.description,
this.disambiguatingDescription,
this.identifier,
this.image,
this.mainEntityOfPage,
this.name,
this.potentialAction,
this.sameAs,
this.subjectOf,
this.url,
});