isDirty

suspend fun isDirty(path: Path = AbsolutePath.ROOT): Boolean(source)
suspend fun isDirty(path: String): Boolean(source)

Returns whether at least one value at a path matching path is dirty.

Throws

If path matches no schema paths.