menu
fluxer_dart package
documentation
models/channel_create_text_request.dart
ChannelCreateTextRequest
nsfw property
nsfw property
dark_mode
light_mode
nsfw
property
@JsonKey.new(includeIfNull: false)
bool
?
nsfw
final
Whether the channel is marked as NSFW
Implementation
@JsonKey(includeIfNull: false) final bool? nsfw;
fluxer_dart package
documentation
models/channel_create_text_request
ChannelCreateTextRequest
nsfw property
ChannelCreateTextRequest class