| commit | dbc38a62a996fa90804084ee2e5d7d5290f0fd36 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch@google.com> | Thu Jul 18 20:13:20 2019 -0700 |
| committer | GitHub <noreply@github.com> | Thu Jul 18 20:13:20 2019 -0700 |
| tree | 9fc6e7e2d1177870e8491dc3021f66b65982cbf8 | |
| parent | a1cfd8637399b2b847ed71f7feae2a95b9e1ffcf [diff] |
Inline some typedefs (dart-lang/stream_transform#81) In each place where these were used they matched the argument/field name anyway so it was repetitive and the name was not adding useful information. They were all a bit shorter than the function type, but not so much so that it's worth the extra level of indirection.