The bool value.
Generated from protobuf field <code>bool value = 1;</code>
bool $var:
$this
public function setValue($var) { GPBUtil::checkBool($var); $this->value = $var; return $this; }