setDirty

suspend fun setDirty(path: Path = AbsolutePath.MATCH_ALL)(source)
suspend fun setDirty(path: String)(source)

Sets all values at a path matching path as dirty, as well as their parents.

Throws

If path matches no schema paths.