deepCopy method

AminoAcid deepCopy()

deep copy.

Implementation

AminoAcid deepCopy() {
  return AminoAcid(type, infoKey: infoKey);
}