chapters property

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

Implementation

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