SchemaBioChemEntity constructor
SchemaBioChemEntity({
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
- 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,
Create a new instance of SchemaBioChemEntity
Implementation
SchemaBioChemEntity({
super.additionalType,
super.alternateName,
super.description,
super.disambiguatingDescription,
super.identifier,
super.image,
super.mainEntityOfPage,
super.name,
super.owner,
super.potentialAction,
super.sameAs,
super.subjectOf,
super.url,
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,
});