nsfw property

  1. @JsonKey.new(includeIfNull: false)
bool? nsfw
final

Whether the guild is marked as adult (18+) content

Implementation

@JsonKey(includeIfNull: false)
final bool? nsfw;