hasDefaultValue abstract method
Checks if this parameter has a default value.
Returns:
true
if parameter has a default valuefalse
if required or optional without default
See also:
- getDefaultValue to retrieve the value
Implementation
bool hasDefaultValue();