Alias for a Flow of Maybe values.
val maybeFlow: MaybeFlow<String> = flow { emit(maybeOf { "A value." })}