SchemaMolecularEntity constructor
SchemaMolecularEntity({
- SchemaDefinedTerm? chemicalRole,
- String? inChI,
- String? inChIKey,
- String? iupacName,
- String? molecularFormula,
- dynamic molecularWeight,
- dynamic monoisotopicMolecularWeight,
- SchemaDefinedTerm? potentialUse,
- String? smiles,
- 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 SchemaMolecularEntity
Implementation
SchemaMolecularEntity({
this.chemicalRole,
this.inChI,
this.inChIKey,
this.iupacName,
this.molecularFormula,
this.molecularWeight,
this.monoisotopicMolecularWeight,
this.potentialUse,
this.smiles,
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,
});