menu
fluxer_dart package
documentation
models/guild_update_request.dart
GuildUpdateRequest
nsfw property
nsfw property
dark_mode
light_mode
nsfw
property
@JsonKey.new(includeIfNull: false)
bool
?
nsfw
final
Whether the guild is marked as adult (18+) content
Implementation
@JsonKey(includeIfNull: false) final bool? nsfw;
fluxer_dart package
documentation
models/guild_update_request
GuildUpdateRequest
nsfw property
GuildUpdateRequest class