branches

@JvmName(name = "listBranchesResponseBranch")
fun Flow<ListBranchesResponse>.branches(): Flow<Branch>

This paginator transforms the flow returned by listBranchesPaginated to access the nested member Branch

Return

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