Later today you can write `model.name.isDirty` to ...
# tornadofx
e
Later today you can write
model.name.isDirty
to check if a Property bound inside a
ViewModel
is dirty 🙂 No need for
model.isDirty { name }
so I think I'll just remove it to avoid confusion.