ChapterSnapshotExtendedResponseModel constructor

const ChapterSnapshotExtendedResponseModel({
  1. required String chapterSnapshotId,
  2. required String projectId,
  3. required String chapterId,
  4. required int createdAtUnix,
  5. required String name,
  6. required List<CharacterAlignmentModel> characterAlignments,
})

Implementation

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