PdfHttpResponse constructor
const
PdfHttpResponse({})
Implementation
const PdfHttpResponse({
required this.statusCode,
required this.body,
this.headers = const <String, String>{},
this.requestTime,
this.responseTime,
this.totalTime,
});