postingDefaultSensitive property

  1. @JsonKey(name: 'posting:default:sensitive', defaultValue: false)
bool postingDefaultSensitive
final

Whether to mark new posts as sensitive by default.

Implementation

@JsonKey(name: 'posting:default:sensitive', defaultValue: false)
final bool postingDefaultSensitive;