$values */ public static function withValues(array $values): self { $keys = new self(); $keys->values = $values; return $keys; } }