embedSplashHeight property

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

The height of the embedded invite splash in pixels

Implementation

@JsonKey(includeIfNull: false, name: 'embed_splash_height')
final Int32Type? embedSplashHeight;