AminoAcidInfo constructor

AminoAcidInfo({
  1. Map<String, String>? decoration,
  2. Map<String, String>? replacement,
  3. 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.

Implementation

AminoAcidInfo({this.decoration, this.replacement, this.anotherName});