APMHttpTrackingResponse constructor

APMHttpTrackingResponse(
  1. APMHttpTrackingClient client,
  2. HttpClientResponse innerResponse,
  3. Map<String, Object?> userAttributes,
  4. String requestKey,
)

Implementation

APMHttpTrackingResponse(
  this.client,
  this.innerResponse,
  this.userAttributes,
  this.requestKey,
);