asFlow

fun <T> ObservableProperty<T>.asFlow(): Flow<T>

Conversion method to Flow.