val <T> Property<T>.isDirty: Boolean
Check if a given property from the ViewModel is dirty. This is a shorthand form of:
model.isDirty(model.property)
With this you can write:
model.property.isDirty