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