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