splashHeight property

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

The height of the guild splash in pixels

Implementation

@JsonKey(includeIfNull: false, name: 'splash_height')
final Int32Type? splashHeight;