## FileBuilder.(constructor)

Constructs a new instance of the `FileBuilder` class

**Signature:**

```typescript
constructor(indent?: string, header?: boolean);
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| indent | string | _(Optional)_ |
| header | boolean | _(Optional)_ |
