prefShouldReview top-level constant

String const prefShouldReview

Preference key to control if the Should Review logic should run in the first place. If the logic should run, then the shouldReview function will always return false.

Implementation

const String prefShouldReview = "${_keyPrefix}should_review";