APMHttpTrackingResponse constructor
APMHttpTrackingResponse(
- APMHttpTrackingClient client,
- HttpClientResponse innerResponse,
- Map<
String, Object?> userAttributes, - String requestKey,
Implementation
APMHttpTrackingResponse(
this.client,
this.innerResponse,
this.userAttributes,
this.requestKey,
);