SchemaBioChemEntity constructor

SchemaBioChemEntity({
  1. dynamic associatedDisease,
  2. SchemaBioChemEntity? bioChemInteraction,
  3. SchemaBioChemEntity? bioChemSimilarity,
  4. SchemaDefinedTerm? biologicalRole,
  5. SchemaGrant? funding,
  6. SchemaBioChemEntity? hasBioChemEntityPart,
  7. dynamic hasMolecularFunction,
  8. dynamic hasRepresentation,
  9. SchemaGene? isEncodedByBioChemEntity,
  10. dynamic isInvolvedInBiologicalProcess,
  11. dynamic isLocatedInSubcellularLocation,
  12. SchemaBioChemEntity? isPartOfBioChemEntity,
  13. dynamic taxonomicRange,
  14. String? additionalType,
  15. String? alternateName,
  16. dynamic description,
  17. String? disambiguatingDescription,
  18. dynamic identifier,
  19. dynamic image,
  20. dynamic mainEntityOfPage,
  21. String? name,
  22. SchemaAction? potentialAction,
  23. String? sameAs,
  24. dynamic subjectOf,
  25. 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,
});