credit property

  1. @JsonKey.new(name: 'credit')
  2. @RichTextConverter()
RichText? get credit
inherited

Optional. Block credit which corresponds to the HTML tag

Implementation

@JsonKey(name: 'credit')
@RichTextConverter()
RichText? get credit;