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