blocks property

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

The content of the item

Implementation

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