nsfw property

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

Whether the embed is flagged as NSFW

Implementation

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