d693078bbf
`null` is already a valid value of `dynamic` and `Null`, so adding a question mark to make `dynamic?` or `Null?` is unnecessary, and could lead to confusion. Fixes https://github.com/dart-lang/sdk/issues/45165 Change-Id: I710ff12935767dd635edfdb026033aa8e27e7804 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/190041 Commit-Queue: Samuel Rawlins <srawlins@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>