fields property

  1. @JsonKey.new(includeIfNull: false)
List<EmbedFieldResponse>? fields
final

The fields of the embed

Implementation

@JsonKey(includeIfNull: false)
final List<EmbedFieldResponse>? fields;