snapshots property

  1. @JsonKey.new(name: 'snapshots', defaultValue: <ChapterSnapshotResponseModel>[])
List<ChapterSnapshotResponseModel> snapshots
final

Implementation

@JsonKey(name: 'snapshots', defaultValue: <ChapterSnapshotResponseModel>[])
final List<ChapterSnapshotResponseModel> snapshots;