## DotAtom.(constructor)

Constructs a new instance of the `DotAtom` class

**Signature:**

```typescript
constructor(left: Atom, right: Atom);
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| left | [Atom](/content/docs/sdk/core.atom) |  |
| right | [Atom](/content/docs/sdk/core.atom) |  |

- [DotAtom.(constructor)](/content/docs/sdk/core.dotatom._constructor_#dotatomconstructor/index.html)
- [Parameters](/content/docs/sdk/core.dotatom._constructor_#parameters/index.html)
