@wcauchois/program-builder > BooleanFlag > (constructor)
BooleanFlag.(constructor)
Constructs a new instance of the BooleanFlag class
constructor(dest: string, positiveNames: string[], negativeNames: string[], theDefault: boolean, metadata: IBooleanFlagMetadata, order: number);
Parameters
| Parameter | Type | Description |
|---|---|---|
| dest |
| |
| positiveNames |
| |
| negativeNames |
| |
| theDefault |
| |
| metadata |
| |
| order |
|