Shallow copy list/map. Roadmap #207.
List<T> shallowCopyList<T>(List<T> source) => List<T>.of(source);