* Returns true, if the value is valid. * @return {boolean} True, if valid
()
| 162 | * @return {boolean} True, if valid |
| 163 | */ |
| 164 | isValid () { |
| 165 | return this._valid |
| 166 | } |
| 167 | |
| 168 | /** |
| 169 | * Returns a message that explains why the current value is invalid. |