nsfw property

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

Whether the channel is marked as NSFW

Implementation

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