But I wonder.. do you really need the property for...
# tornadofx
e
But I wonder.. do you really need the property for this observable list? Couldn't you just do
val groups = FXCollections.observableArrayList(group.groups?.map(::GroupFX) ?: emptyList())
?