Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

Argument::defaultValueExistspublicWC 1.0

Method of the class: Argument{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Argument = new Argument();
$Argument->defaultValueExists(): bool;

Argument::defaultValueExists() code WC 10.9.1

public function defaultValueExists(): bool
{
    return array_key_exists('defaultValue', $this->config);
}