NetworkActivityData constructor
NetworkActivityData({})
Implementation
NetworkActivityData({
required this.isSuccess,
required this.uuid,
required this.method,
required this.url,
required this.requestHeaders,
this.requestBody,
this.status,
this.responseHeaders,
this.responseBody,
this.tookMs,
this.errorType,
this.errorMessage,
});