TextExtractionResult constructor
TextExtractionResult({})
Creates a new TextExtractionResult
Implementation
TextExtractionResult({
required this.text,
this.title,
this.author,
this.publishDate,
this.modifiedDate,
this.readingTimeMinutes,
});