type property

  1. @JsonKey.new(name: 'type')
RichBlockType get type
inherited

Type of the block, always "paragraph"

Implementation

@JsonKey(name: 'type')
RichBlockType get type;