ChapterSnapshotsResponseModel constructor

const ChapterSnapshotsResponseModel({
  1. required List<ChapterSnapshotResponseModel> snapshots,
})

Implementation

const ChapterSnapshotsResponseModel({
  required this.snapshots,
});