Is there a reason to prefer `value.invoke()` over ...
# tornadofx
r
Is there a reason to prefer
value.invoke()
over
value()
?