replaceRange method

  1. @override
void replaceRange(
  1. int start,
  2. int end,
  3. Iterable<E> iterable
)
override

Throws an UnsupportedError; operations that change the length of the list are disallowed.

Implementation

@override
void replaceRange(int start, int end, Iterable<E> iterable) => _throw();