See More

field; } /** * @return array> */ public function toArray(): array { $array = [ 'field' => $this->field, ]; if ($this->showDistribution === true) { $array['show_distribution'] = true; } return [ 'string_stats' => $array, ]; } }