data

override val data: Flow<D>

Emits a Flow with the current data of this Store. The Flow internal data is only changed, when the value differs from the last one to avoid calculations and updates that are not necessary.

Actual data therefore is derived by applying the updates on the internal channel one by one to get the next value.