SchemaBioChemEntity constructor

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