castNullable

inline fun <T> Flow<T>.castNullable(): Flow<T?>(source)

Adapt this Flow<T> to be a Flow<T?>.