SchemaMolecularEntity constructor

SchemaMolecularEntity({
  1. SchemaDefinedTerm? chemicalRole,
  2. String? inChI,
  3. String? inChIKey,
  4. String? iupacName,
  5. String? molecularFormula,
  6. dynamic molecularWeight,
  7. dynamic monoisotopicMolecularWeight,
  8. SchemaDefinedTerm? potentialUse,
  9. String? smiles,
  10. dynamic associatedDisease,
  11. SchemaBioChemEntity? bioChemInteraction,
  12. SchemaBioChemEntity? bioChemSimilarity,
  13. SchemaDefinedTerm? biologicalRole,
  14. SchemaGrant? funding,
  15. SchemaBioChemEntity? hasBioChemEntityPart,
  16. dynamic hasMolecularFunction,
  17. dynamic hasRepresentation,
  18. SchemaGene? isEncodedByBioChemEntity,
  19. dynamic isInvolvedInBiologicalProcess,
  20. dynamic isLocatedInSubcellularLocation,
  21. SchemaBioChemEntity? isPartOfBioChemEntity,
  22. dynamic taxonomicRange,
  23. String? additionalType,
  24. String? alternateName,
  25. dynamic description,
  26. String? disambiguatingDescription,
  27. dynamic identifier,
  28. dynamic image,
  29. dynamic mainEntityOfPage,
  30. String? name,
  31. SchemaAction? potentialAction,
  32. String? sameAs,
  33. dynamic subjectOf,
  34. 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,
});