HttpResponseRecord constructor
const
HttpResponseRecord({})
Implementation
const HttpResponseRecord({
required this.statusCode,
required this.statusMessage,
required this.headers,
this.body,
required this.timestamp,
required this.duration,
});