## SymbolAtom.(constructor)

Constructs a new instance of the `SymbolAtom` class

**Signature:**

```typescript
constructor(name: string);
```

## Parameters

| Parameter | Type   | Description |
| --------- | ------ | ----------- |
| name      | string |             |
