HTTPRequestMetadata constructor
HTTPRequestMetadata({})
Implementation
HTTPRequestMetadata({
required this.method,
required this.url,
this.headers = const {},
this.body,
required this.startTime,
required this.stopwatch,
});