nsfwOverride property
Per-channel adult-content override (true=on, false=off, null=inherit from category then guild). Takes precedence over the legacy nsfw field if both are present.
Implementation
@JsonKey(includeIfNull: false, name: 'nsfw_override')
final bool? nsfwOverride;