isSensitive property

  1. @JsonKey(name: 'sensitive')
bool? isSensitive
inherited

Is this status marked as sensitive content?

Implementation

@JsonKey(name: 'sensitive')
bool? get isSensitive => throw _privateConstructorUsedError;