changedKeys

val changedKeys: SharedFlow<Set<String>>

Exposes the record field keys that have changed. This is collected internally to notify watchers.

A special value ALL_KEYS indicates that all records have changed.

See also