The string value of the default value of this field. Proto2 syntax only.
Generated from protobuf field <code>string default_value = 11;</code>
string $var:
$this
public function setDefaultValue($var) { GPBUtil::checkString($var, True); $this->default_value = $var; return $this; }