Chapter(- {required List<String> dataSaverChapterURLs,
- String? uploader,
- List<String>? groupIds,
- String? mangaId,
- required String createdAt,
- required String updatedAt,
- required String id,
- required String title,
- required String translatedLanguage,
- required List<String> chapterURLs,
- String? volume,
- String? chapter}
)
Implementation
Chapter(
{required this.dataSaverChapterURLs,
this.uploader,
this.groupIds,
this.mangaId,
required this.createdAt,
required this.updatedAt,
required this.id,
required this.title,
required this.translatedLanguage,
required this.chapterURLs,
this.volume,
this.chapter});