Logs and clones a set.
@override Set<E> cloneSet<E>(Set<E> source) { _log('cloneSet<$E>: length=${source.length}, type=${source.runtimeType}'); return super.cloneSet<E>(source); }