RequestSummary constructor
const
RequestSummary({})
Implementation
const RequestSummary({
required this.method,
required this.path,
required this.routePath,
required this.statusCode,
required this.duration,
required this.startedAt,
this.error,
});