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