toOneStr method

String toOneStr()

Return: One-letter notation.

Implementation

String toOneStr() {
  return FAminoAcid.threeToOne[name]!;
}