Flugg\Responder\Traits\ConvertsParameters::convertToSnakeCaseIsDisabled PHP Method

convertToSnakeCaseIsDisabled() protected method

Checks if the user wants to convert to snake case.
    protected function convertToSnakeCaseIsDisabled() : bool
    {
        return isset($this->convertToSnakeCase) && !$this->convertToSnakeCase;
    }