ChapterSnapshotResponseModel constructor
const
ChapterSnapshotResponseModel({})
Implementation
const ChapterSnapshotResponseModel({
required this.chapterSnapshotId,
required this.projectId,
required this.chapterId,
required this.createdAtUnix,
required this.name,
});