ContentDetectionResult constructor
ContentDetectionResult({})
Creates a new ContentDetectionResult
Implementation
ContentDetectionResult({
this.mainContentElement,
required this.mainContentHtml,
required this.mainContentText,
required this.contentScore,
this.title,
this.author,
this.publishDate,
this.modifiedDate,
this.readingTimeMinutes,
});