userProficiencyList

@JvmName(name = "listUserProficienciesResponseUserProficiency")
fun Flow<ListUserProficienciesResponse>.userProficiencyList(): Flow<UserProficiency>

This paginator transforms the flow returned by listUserProficienciesPaginated to access the nested member UserProficiency

Return

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