google / google/built_value.dart
Force `?` in checked in redirecting constructor
Open
- Dominant language
- Dart
- Stars
- 886
- Forks
- 195
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 4
Description
Where the impl allows nulls, the checked in one should too.
If you want to disallow nulls in a factory where the class allows the nulls you can use a `=>` factory instead.
Contributor guide
Assessment
This issue has not been assessed yet.