uniqueProblems

@JvmName(name = "listUniqueProblemsResponseUniqueProblemsByExecutionResultMap")
fun Flow<ListUniqueProblemsResponse>.uniqueProblems(): Flow<Map.Entry<ExecutionResult, List<UniqueProblem>>>

This paginator transforms the flow returned by listUniqueProblemsPaginated to access the nested member UniqueProblemsByExecutionResultMap

Return

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