* Toggle the value of the variable, considered as a boolean.
()
| 651 | * Toggle the value of the variable, considered as a boolean. |
| 652 | */ |
| 653 | toggle() { |
| 654 | this.setBoolean(!this.getAsBoolean()); |
| 655 | } |
| 656 | |
| 657 | /** |
| 658 | * Sets the primitive value using the setter of the current type. |
nothing calls this directly
no test coverage detected