isSensitive property

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

Whether the status was marked sensitive at this revision.

Implementation

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