ContentDetectionResult.empty constructor
ContentDetectionResult.empty()
Creates an empty ContentDetectionResult
Implementation
factory ContentDetectionResult.empty() {
return ContentDetectionResult(
mainContentHtml: '',
mainContentText: '',
contentScore: 0.0,
);
}