Tag for questions regarding Dart code involving non-nullable types. This should only be used in combination with the Dart tag.
With the announcement of null safety, there are two types of Dart code:
- Code with only nullable types.
- Code with null safety enabled → with non-nullable types.
The tag covers questions involving the latter. Question with this tag should be subset of dart.