addressLists

@JvmName(name = "listAddressListsResponseAddressList")
fun Flow<ListAddressListsResponse>.addressLists(): Flow<AddressList>

This paginator transforms the flow returned by listAddressListsPaginated to access the nested member AddressList

Return

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