It's annoying that doing `if (!_inclusions.isNullO...
# announcements
r
It's annoying that doing
if (!_inclusions.isNullOrBlank())
does not narrow the type of
_inclusions
to non-null.