insertAll method

void insertAll (int index, Iterable<E> iterable)
override

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

Implementation

void insertAll(int index, Iterable<E> iterable) => _throw();