AminoAcidInfo class
Constructors
-
AminoAcidInfo({Map<
String, String> ? decoration, Map<String, String> ? replacement, String? anotherName}) -
decoration
: Surface decoration. Key is target, Value is decorate object. There is no fixed format. Format is free.replacement
: Structure replacement information. Key is target, Value is replacement object.anotherName
: The alias.
Properties
- anotherName ↔ String?
-
getter/setter pair
-
decoration
↔ Map<
String, String> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
replacement
↔ Map<
String, String> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deepCopy(
) → AminoAcidInfo - 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) → AminoAcidInfo - resume map.