()
| 30 | // Properties: |
| 31 | |
| 32 | _getMyProperty() { |
| 33 | return this._objectData.MyProperty !== undefined ? this._objectData.MyProperty : Number("123") || 0; |
| 34 | } |
| 35 | _setMyProperty(newValue) { |
| 36 | this._objectData.MyProperty = newValue; |
| 37 | } |
no outgoing calls
no test coverage detected