anomalies

@JvmName(name = "getAnomaliesResponseAnomaly")
fun Flow<GetAnomaliesResponse>.anomalies(): Flow<Anomaly>

This paginator transforms the flow returned by getAnomaliesPaginated to access the nested member Anomaly

Return

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