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