Just Clone

Mixing for cloning objects

mixin JustClone<T> {
  T clone();
}

Libraries

just_clone