agreements

@JvmName(name = "listAgreementsResponseListedAgreement")
fun Flow<ListAgreementsResponse>.agreements(): Flow<ListedAgreement>

This paginator transforms the flow returned by listAgreementsPaginated to access the nested member ListedAgreement

Return

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