deepCopy method

Nucleotide deepCopy()

deep copy.

Implementation

Nucleotide deepCopy() {
  return Nucleotide(base, infoKey: infoKey);
}