NucleotideInfo constructor
NucleotideInfo({})
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
NucleotideInfo({this.decoration, this.replacement, this.anotherName});