fromDict static method
resume map.
Implementation
static AminoAcidInfo fromDict(Map<String, dynamic> src) {
return AminoAcidInfo(
decoration: src['decoration'],
replacement: src['replacement'],
anotherName: src['anotherName']);
}