LogContentResponse constructor
LogContentResponse({
- required String summary,
- required String requestBody,
- required String responseBody,
- LogException? exception,
Implementation
LogContentResponse({
required this.summary,
required this.requestBody,
required this.responseBody,
this.exception,
});