LaravelFCM\Request\Request::getData PHP Method

getData() protected method

get data transformed
protected getData ( ) : array | null
return array | null
    protected function getData()
    {
        return $this->data ? $this->data->toArray() : null;
    }