setRange method
This operation is not supported by an unmodifiable list.
Implementation
@override
void setRange(int start, int end, Iterable<E> iterable, [int skipCount = 0]) {
throw UnsupportedError('Cannot modify an unmodifiable list');
}
This operation is not supported by an unmodifiable list.
@override
void setRange(int start, int end, Iterable<E> iterable, [int skipCount = 0]) {
throw UnsupportedError('Cannot modify an unmodifiable list');
}