## FunctionAtom.(constructor)

Constructs a new instance of the `FunctionAtom` class

**Signature:**

```typescript
constructor(name: string, args: Atom[]);
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| name | string |  |
| args | [Atom](/content/docs/sdk/core.atom) |  |
