BloomNetworkTrace constructor
BloomNetworkTrace({})
Creates a BloomNetworkTrace record.
Implementation
BloomNetworkTrace({
required this.id,
required this.method,
required this.url,
this.headers = const {},
this.body,
required this.timestamp,
this.statusCode,
this.responseBody,
this.latency,
this.error,
this.isReplay = false,
this.originalTraceId,
});