* Returns the property name if IndexNode contains a property. * If not, returns null. * @return {string | null}
()
| 160 | * @return {string | null} |
| 161 | */ |
| 162 | getObjectProperty () { |
| 163 | return this.isObjectProperty() ? this.dimensions[0].value : null |
| 164 | } |
| 165 | |
| 166 | /** |
| 167 | * Get string representation |
no test coverage detected