SchemaGene constructor

SchemaGene({
  1. SchemaGene? alternativeOf,
  2. SchemaBioChemEntity? encodesBioChemEntity,
  3. dynamic expressedIn,
  4. String? hasBioPolymerSequence,
  5. dynamic associatedDisease,
  6. SchemaBioChemEntity? bioChemInteraction,
  7. SchemaBioChemEntity? bioChemSimilarity,
  8. SchemaDefinedTerm? biologicalRole,
  9. SchemaGrant? funding,
  10. SchemaBioChemEntity? hasBioChemEntityPart,
  11. dynamic hasMolecularFunction,
  12. dynamic hasRepresentation,
  13. SchemaGene? isEncodedByBioChemEntity,
  14. dynamic isInvolvedInBiologicalProcess,
  15. dynamic isLocatedInSubcellularLocation,
  16. SchemaBioChemEntity? isPartOfBioChemEntity,
  17. dynamic taxonomicRange,
  18. String? additionalType,
  19. String? alternateName,
  20. dynamic description,
  21. String? disambiguatingDescription,
  22. dynamic identifier,
  23. dynamic image,
  24. dynamic mainEntityOfPage,
  25. String? name,
  26. SchemaAction? potentialAction,
  27. String? sameAs,
  28. dynamic subjectOf,
  29. String? url,
})

Create a new instance of SchemaGene

Implementation

SchemaGene({
  this.alternativeOf,
  this.encodesBioChemEntity,
  this.expressedIn,
  this.hasBioPolymerSequence,
  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,
});