ChapterWithContentResponseModel constructor
const
ChapterWithContentResponseModel({
- required String chapterId,
- required String name,
- dynamic lastConversionDateUnix,
- dynamic conversionProgress,
- required bool canBeDownloaded,
- required ChapterWithContentResponseModelState state,
- dynamic statistics,
- dynamic lastConversionError,
- required ChapterContentResponseModel content,
Implementation
const ChapterWithContentResponseModel({
required this.chapterId,
required this.name,
this.lastConversionDateUnix,
this.conversionProgress,
required this.canBeDownloaded,
required this.state,
this.statistics,
this.lastConversionError,
required this.content,
});