canChangeHistoryVisibility property

bool canChangeHistoryVisibility

Whether the user has the permission to change the history visibility.

Implementation

bool get canChangeHistoryVisibility =>
    canChangeStateEvent(EventTypes.HistoryVisibility);