relayOutcomes property

Map<String, RelayRequestOutcome> get relayOutcomes

What the request ended with on each relay it was sent to, as it stands now

Keyed by relay url: several connections to one relay collapse into the outcome that comes first in RelayRequestStatus.

Implementation

Map<String, RelayRequestOutcome> get relayOutcomes =>
    servedBy?.relayOutcomes ?? _ownRelayOutcomes;