snapshots property
- @JsonKey.new(name: 'snapshots', defaultValue: <ChapterSnapshotResponseModel>[])
final
Implementation
@JsonKey(name: 'snapshots', defaultValue: <ChapterSnapshotResponseModel>[])
final List<ChapterSnapshotResponseModel> snapshots;