There's already a ?.
. Why not a ?..
?
Say you lazily create something or discard/nullify something with one particular lifecycle and update it if it exists on a different set of events
No particular reason except that it has never been added. It's not significantly different from a normal ?.
operation.
It's worth considering.
This is being added as part of NNBD; see spec here: https://github.com/dart-lang/language/blob/master/accepted/future-releases/nnbd/feature-specification.md
Most helpful comment
No particular reason except that it has never been added. It's not significantly different from a normal
?.
operation.It's worth considering.