AminoAcid class

Constructors

AminoAcid(EnumAminoAcid type, {String? infoKey})
  • type : The amino acid type.
  • infoKey : This amino acid information key. The data are stored in amino acid sequence classes and referenced by this key.
  • Properties

    hashCode int
    The hash code for this object.
    no setterinherited
    infoKey String?
    getter/setter pair
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited
    type EnumAminoAcid
    getter/setter pair

    Methods

    deepCopy() AminoAcid
    deep copy.
    noSuchMethod(Invocation invocation) → dynamic
    Invoked when a nonexistent method or property is accessed.
    inherited
    toDict() Map<String, dynamic>
    to map.
    toString() String
    A string representation of this object.
    inherited

    Operators

    operator ==(Object other) bool
    The equality operator.
    inherited

    Static Methods

    fromDict(Map<String, dynamic> src) AminoAcid
    resume map.

    Constants

    className → const String
    version → const String