/** * Get all as flattened array keys. * * @return array */ public function getKeys() : array { return array_keys(Arr::flatten($this->data, '.')); }