SchemaMolecularEntity constructor
SchemaMolecularEntity({
- String? additionalType,
- String? alternateName,
- dynamic associatedDisease,
- SchemaBioChemEntity? bioChemInteraction,
- SchemaBioChemEntity? bioChemSimilarity,
- SchemaDefinedTerm? biologicalRole,
- dynamic description,
- String? disambiguatingDescription,
- SchemaGrant? funding,
- SchemaBioChemEntity? hasBioChemEntityPart,
- dynamic hasMolecularFunction,
- dynamic hasRepresentation,
- dynamic identifier,
- dynamic image,
- SchemaGene? isEncodedByBioChemEntity,
- dynamic isInvolvedInBiologicalProcess,
- dynamic isLocatedInSubcellularLocation,
- SchemaBioChemEntity? isPartOfBioChemEntity,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- dynamic taxonomicRange,
- String? url,
- SchemaDefinedTerm? chemicalRole,
- String? inChI,
- String? inChIKey,
- String? iupacName,
- String? molecularFormula,
- dynamic molecularWeight,
- dynamic monoisotopicMolecularWeight,
- SchemaDefinedTerm? potentialUse,
- String? smiles,
Create a new instance of SchemaMolecularEntity
Implementation
SchemaMolecularEntity({
super.additionalType,
super.alternateName,
super.associatedDisease,
super.bioChemInteraction,
super.bioChemSimilarity,
super.biologicalRole,
super.description,
super.disambiguatingDescription,
super.funding,
super.hasBioChemEntityPart,
super.hasMolecularFunction,
super.hasRepresentation,
super.identifier,
super.image,
super.isEncodedByBioChemEntity,
super.isInvolvedInBiologicalProcess,
super.isLocatedInSubcellularLocation,
super.isPartOfBioChemEntity,
super.mainEntityOfPage,
super.name,
super.owner,
super.potentialAction,
super.sameAs,
super.subjectOf,
super.taxonomicRange,
super.url,
this.chemicalRole,
this.inChI,
this.inChIKey,
this.iupacName,
this.molecularFormula,
this.molecularWeight,
this.monoisotopicMolecularWeight,
this.potentialUse,
this.smiles,
});