| commit | 325d9bcb5c54a5a60a13fdce90f856e7e47c9bb4 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch@google.com> | Thu Nov 23 07:08:30 2023 -0800 |
| committer | GitHub <noreply@github.com> | Thu Nov 23 07:08:30 2023 -0800 |
| tree | 7f8c5135937760dcb508d4457e275d4f2e3281aa | |
| parent | 0e0de69e5a1b6499040d7f3ca814777e6e437742 [diff] |
Drop some use of ! (dart-lang/web_socket_channel#296) Use an if-case and destructure to new local variables to avoid some throw-if-null operator usage.