Returns the object with FALSE and a message.
\Drupal\Core\StringTranslation\TranslatableMarkup|null $reason: The reason in case of an unsuccessful check.
static This returns the instance of the object with desired values.
public static function no($reason) {
return new static(FALSE, $reason);
}