stickers property

  1. @JsonKey.new(includeIfNull: false)
List<GuildStickerResponse>? stickers
final

Stickers in the guild from gateway state

Implementation

@JsonKey(includeIfNull: false)
final List<GuildStickerResponse>? stickers;