farms

@JvmName(name = "listFarmsResponseFarmSummary")
fun Flow<ListFarmsResponse>.farms(): Flow<FarmSummary>

This paginator transforms the flow returned by listFarmsPaginated to access the nested member FarmSummary

Return

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