clone method

Implementation

AtomicListValueController<T> clone() {
  return AtomicListValueController<T>(List.from(list));
}