state

abstract val state: Live<RowState<M>>

Cached row state.

Prefer state.value.all over all for read-only access - it's cached and avoids recomputation.