effectedFlow

fun <E> Items.PreprocessingProperties.effectedFlow(block: suspend FlowCollector<E>.() -> Unit): Flow<E>

构建一个flow,并将当前 Items.PreprocessingProperties 作用于最终的 Flow 中。