ChapterStatisticsResponseModel constructor
const
ChapterStatisticsResponseModel({})
Implementation
const ChapterStatisticsResponseModel({
required this.charactersUnconverted,
required this.charactersConverted,
required this.paragraphsConverted,
required this.paragraphsUnconverted,
});