| commit | 58e0f742c287a03aff27fb9882f04888c83affcc | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Fri Jan 03 14:02:43 2020 -0800 |
| committer | GitHub <noreply@github.com> | Fri Jan 03 14:02:43 2020 -0800 |
| tree | cc9264e80ca85d1ca4054db8967d810f7218ff08 | |
| parent | 9cac3aebab3477eb6ee574b5bfa3a327567996f6 [diff] |
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.