Returns whether the argument has a default value.
Implies whether an argument is optional.
public function hasDefaultValue() : bool { return $this->hasDefaultValue; }