experiments

@JvmName(name = "listExperimentsResponseExperiment")
fun Flow<ListExperimentsResponse>.experiments(): Flow<Experiment>

This paginator transforms the flow returned by listExperimentsPaginated to access the nested member Experiment

Return

A kotlinx.coroutines.flow.Flow that can collect Experiment