copyWith method

Atom copyWith()

Implementation

Atom copyWith() {
  return Atom(atomLabel, id, x, y, numHgens: numHgens);
}