16 lines
191 B
Markdown
16 lines
191 B
Markdown
|
## Constructor: null
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|
||
|
|
||
|
### Type: [Null](../types/Null.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$null = ;
|
||
|
```
|