splashWidth property

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

The width of the guild splash in pixels

Implementation

@JsonKey(includeIfNull: false, name: 'splash_width')
final Int32Type? splashWidth;