useCaseSummaryList

@JvmName(name = "listUseCasesResponseUseCase")
fun Flow<ListUseCasesResponse>.useCaseSummaryList(): Flow<UseCase>

This paginator transforms the flow returned by listUseCasesPaginated to access the nested member UseCase

Return

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