<@U7X8HRB0D> If you want to keep the `Property&lt;...
# tornadofx
e
@favetelinguis If you want to keep the
Property<String>
, you can create an observable value like this:
boringPropertyOfString.booleanBinding { it?.isBlank() ?: true }