BetterReflection\Reflection\ReflectionType::allowsNull PHP Method

allowsNull() public method

Does the parameter allow null?
public allowsNull ( ) : boolean
return boolean
    public function allowsNull()
    {
        return $this->allowsNull;
    }