This operation is not supported by an unmodifiable list.
@override void insert(int index, E element) { throw UnsupportedError('Cannot add to an unmodifiable list'); }