* Determines whether the model does not have a value.
()
| 131 | * Determines whether the model does not have a value. |
| 132 | */ |
| 133 | isEmpty(): boolean { |
| 134 | return this._selection.size === 0; |
| 135 | } |
| 136 | |
| 137 | /** |
| 138 | * Determines whether the model has a value. |
no outgoing calls
no test coverage detected