SchemaProtein constructor

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

Create a new instance of SchemaProtein

Implementation

SchemaProtein({
  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,
});