response property

SentryResponse? response

Response context for a HTTP response.

Implementation

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

Implementation

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