author property

  1. @JsonKey.new(includeIfNull: false)
EmbedAuthorResponse? author
final

The author information of the embed

Implementation

@JsonKey(includeIfNull: false)
final EmbedAuthorResponse? author;