SchemaProtein constructor
SchemaProtein({
- String? additionalType,
- String? alternateName,
- dynamic associatedDisease,
- SchemaBioChemEntity? bioChemInteraction,
- SchemaBioChemEntity? bioChemSimilarity,
- SchemaDefinedTerm? biologicalRole,
- dynamic description,
- String? disambiguatingDescription,
- SchemaGrant? funding,
- SchemaBioChemEntity? hasBioChemEntityPart,
- dynamic hasMolecularFunction,
- dynamic hasRepresentation,
- dynamic identifier,
- dynamic image,
- SchemaGene? isEncodedByBioChemEntity,
- dynamic isInvolvedInBiologicalProcess,
- dynamic isLocatedInSubcellularLocation,
- SchemaBioChemEntity? isPartOfBioChemEntity,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- dynamic taxonomicRange,
- String? url,
- String? hasBioPolymerSequence,
Create a new instance of SchemaProtein
Implementation
SchemaProtein({
super.additionalType,
super.alternateName,
super.associatedDisease,
super.bioChemInteraction,
super.bioChemSimilarity,
super.biologicalRole,
super.description,
super.disambiguatingDescription,
super.funding,
super.hasBioChemEntityPart,
super.hasMolecularFunction,
super.hasRepresentation,
super.identifier,
super.image,
super.isEncodedByBioChemEntity,
super.isInvolvedInBiologicalProcess,
super.isLocatedInSubcellularLocation,
super.isPartOfBioChemEntity,
super.mainEntityOfPage,
super.name,
super.owner,
super.potentialAction,
super.sameAs,
super.subjectOf,
super.taxonomicRange,
super.url,
this.hasBioPolymerSequence,
});