This operation is not supported by an unmodifiable list.
@override void insertAll(int at, Iterable<E> iterable) { throw UnsupportedError('Cannot add to an unmodifiable list'); }