blocks property

  1. @JsonKey.new(name: 'blocks')
List<RichBlock> get blocks
inherited

The content of the item

Implementation

@JsonKey(name: 'blocks')
List<RichBlock> get blocks;