oneToThree constant
Implementation
static const Map<String, String> oneToThree = {
'A': 'Ala',
'R': 'Arg',
'N': 'Asn',
'D': 'Asp',
'C': 'Cys',
'Q': 'Gln',
'E': 'Glu',
'G': 'Gly',
'H': 'His',
'I': 'Ile',
'L': 'Leu',
'K': 'Lys',
'M': 'Met',
'F': 'Phe',
'P': 'Pro',
'O': 'Pyl',
'S': 'Ser',
'U': 'Sec',
'T': 'Thr',
'W': 'Trp',
'Y': 'Tyr',
'V': 'Val',
'B': 'Asx',
'Z': 'Glx',
'X': 'Xaa',
'J': 'Xle',
};