replaceRange method
override
Throws an UnsupportedError; operations that change the length of the list are disallowed.
Implementation
void replaceRange(int start, int end, Iterable<E> iterable) => _throw();
Throws an UnsupportedError; operations that change the length of the list are disallowed.
void replaceRange(int start, int end, Iterable<E> iterable) => _throw();