<@U25U0KPFT> `mutableListOf&lt;TodoItem&gt;().obse...
# tornadofx
e
@carlw
mutableListOf<TodoItem>().observable()
is in effect the same as doing
FXCollections.observableList()