response property

  1. @experimental
SentryResponse? response

Response context for a HTTP response.

Implementation

@experimental
SentryResponse? get response => this[SentryResponse.type];
void response=(SentryResponse? value)

Implementation

set response(SentryResponse? value) => this[SentryResponse.type] = value;