Drop the _WhereType transformer definition (dart-lang/stream_transform#98) This was only required because of the challenges of being exposed as a `StreamTransformer` and the subtyping rules for the generic arguments. Now that we aren't exposing it as `StreamTransformer` we don't need extra complications.