embedSplashWidth property

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

The width of the embedded invite splash in pixels

Implementation

@JsonKey(includeIfNull: false, name: 'embed_splash_width')
final Int32Type? embedSplashWidth;