AnalyticsErrorContext constructor
AnalyticsErrorContext({})
Implementation
AnalyticsErrorContext({
required this.statement,
required this.clientContextId,
required this.parameters,
required this.httpResponseCode,
required this.httpResponseBody,
});