nsfw property

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

Whether this sticker is classified as NSFW

Implementation

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