In the source I see `is ObservableList<*> -&...
# tornadofx
p
In the source I see
is ObservableList<*> -> if (value != null) SimpleListProperty(this, prop.name, value as ObservableList<T>) else SimpleListProperty(this, prop?.name)
so..