Casts the items of the list to the desired type R.
R
@override Iterable<R> cast<R>() => _items.cast<R>();