response property
SentryResponse?
get
response
Response context for a HTTP response.
Implementation
SentryResponse? get response => this[SentryResponse.type];
set
response
(SentryResponse? value)
Implementation
set response(SentryResponse? value) => this[SentryResponse.type] = value;