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