ParseResult constructor
const
ParseResult(
- EpubBook epubBook,
- List<
EpubChapter> chapters, - ParseParagraphsResult parseResult
Implementation
const ParseResult(this.epubBook, this.chapters, this.parseResult);