google / built_collection.dart

Immutable Dart collections via the builder pattern.
https://pub.dev/packages/built_collection
BSD 3-Clause "New" or "Revised" License
275 stars 53 forks source link

Fix pre-existing HintCode.UNNECESSARY_TYPE_CHECK_TRUE #251

Closed scheglov closed 3 years ago

scheglov commented 3 years ago

This prepares for landing https://dart-review.googlesource.com/c/sdk/+/190360 into the analyzer.

scheglov commented 3 years ago

@davidmorgan @iinozemtsev ping

davidmorgan commented 3 years ago

Thanks!