content property

  1. @JsonKey.new(name: 'content', fromJson: _decodeContentContent, toJson: _encodeContentContent, includeIfNull: false, required: true)
ContentBlock content
final

The actual content block.

Implementation

@JsonKey(
  name: 'content',
  fromJson: _decodeContentContent,
  toJson: _encodeContentContent,
  includeIfNull: false,
  required: true,
)
final ContentBlock content;