<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`NullValue`](NullValue)
## NullValue class
[Value](Value) which represents null. NullValue is a singleton and `NullValue.value` should be used instead of calling the constructor.
1.10.0
**Signature:**
```typescript
export class NullValue extends Value
```
**Extends:** [`Value`](Value)
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [`type`](Value/type) | <code>static</code> | <code>string</code> | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
| [`value`](NullValue/value) | <code>static</code> | [`NullValue`](NullValue) | 1.10.0 |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [`equals(other)`](Value/equals) | | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
| [`equals(a, b)`](Value/equals) | <code>static</code> | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
| [`isTruthy()`](NullValue/isTruthy) | | 1.10.0 |
| [`looseEquals(other)`](Value/looseEquals) | | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
| [`looseEquals(a, b)`](Value/looseEquals) | <code>static</code> | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
| [`renderTo(el, ctx)`](Value/renderTo) | | <p>Render this value into the provided HTMLElement.</p><p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
| [`toString()`](NullValue/toString) | | 1.10.0 |