google / google/built_collection.dart
Why is the return operator[] on BuiltSetMultimap nullable?
Open
- Dominant language
- Dart
- Stars
- 285
- Forks
- 54
- Avg merge
- 23m
- Merged PRs (30d)
- 1
Description
It seems it can never return null. I imagine the API was based on SetMultiMap from package:collection before, but it seems that the return type of that one is not nullable.
Contributor guide
Assessment
This issue has not been assessed yet.