is this possible: `if (error.isValid && m...
# announcements
j
is this possible:
if (error.isValid && message?.isNotBlank() == false)
^— Where message may be null?