Plum\Plum\Converter\NullConverter::__construct PHP Method

__construct() public method

public __construct ( mixed $nullValue = '' )
$nullValue mixed
    public function __construct($nullValue = '')
    {
        $this->nullValue = $nullValue;
    }