blocks property

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

Implementation

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