hasDefaultValue abstract method

bool hasDefaultValue()

Checks if this parameter has a default value.

Returns:

  • true if parameter has a default value
  • false if required or optional without default

See also:

Implementation

bool hasDefaultValue();