embedSplash property

  1. @JsonKey.new(includeIfNull: false, name: 'embed_splash')
Base64ImageType? embedSplash
final

Base64-encoded image data for the embedded invite splash

Implementation

@JsonKey(includeIfNull: false, name: 'embed_splash')
final Base64ImageType? embedSplash;