embedSplash property

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

The hash of the embedded invite splash

Implementation

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