* Get the current property value. * * @returns {*} The current value
()
| 121 | * @returns {*} The current value |
| 122 | */ |
| 123 | getValue(): ValueType { |
| 124 | return this.value.get(); |
| 125 | } |
| 126 | |
| 127 | /** |
| 128 | * Set the current value of the property. |
no test coverage detected