Returns an iterable containing only elements of type T.
T
This is a non-mutating operation that returns an iterable.
@override Iterable<T> whereType<T>() => value.whereType<T>();