authorIcon property

  1. @JsonKey.new(includeIfNull: false, name: 'author_icon')
String? authorIcon
final

URL for the author icon image

Implementation

@JsonKey(includeIfNull: false, name: 'author_icon')
final String? authorIcon;