* Returns wether the field is visible. * @return {boolean} True, if visible
()
| 77 | * @return {boolean} True, if visible |
| 78 | */ |
| 79 | isVisible () { |
| 80 | return this._visible |
| 81 | } |
| 82 | |
| 83 | /** |
| 84 | * Sets wether the field is visible. |
no outgoing calls
no test coverage detected