bannerWidth property

  1. @JsonKey.new(includeIfNull: false, name: 'banner_width')
Int32Type? bannerWidth
final

The width of the guild banner in pixels

Implementation

@JsonKey(includeIfNull: false, name: 'banner_width')
final Int32Type? bannerWidth;