ChapterSnapshotsResponseModel constructor
const
ChapterSnapshotsResponseModel({
- required List<
ChapterSnapshotResponseModel> snapshots,
Implementation
const ChapterSnapshotsResponseModel({
required this.snapshots,
});