Whether to use alternative packed wire representation.
Generated from protobuf field <code>bool packed = 8;</code>
bool $var:
$this
public function setPacked($var) { GPBUtil::checkBool($var); $this->packed = $var; return $this; }