copyWith method

Bond copyWith()

Implementation

Bond copyWith() {
  return Bond(bondStyle, beginAtom, endAtom);
}