value

abstract override var value: T(source)

The current value of this state flow.

Setting a value that is equal to the previous one does nothing.

This property is thread-safe and can be safely updated from concurrent coroutines without external synchronization.