void setRange(int start, int end, Iterable<E> iterable, [int skipCount = 0]) => update(() => _list.setRange(start, end, iterable, skipCount));