commit | 7da76eb507464df994e894ef26849ec1e427a218 | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch@google.com> | Wed Dec 30 15:43:00 2020 -0800 |
committer | GitHub <noreply@github.com> | Wed Dec 30 15:43:00 2020 -0800 |
tree | 04c2318689e03c53b715a4e156ed1406a858946f | |
parent | 8f90f9564a491e2eefb96563c9838f5ebf741f82 [diff] |
Fix usage of deprecated list ctor (dart-lang/web_socket_channel#140) - Switch to `List.filled` and fill with `0` to avoid difficulty during the null safety migration. - Add a generic type to avoid an unnecessary implicit dynamic.