insertAll method

  1. @override
void insertAll(
  1. int index,
  2. Iterable<E> iterable
)
override

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

Implementation

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