(key: string)
| 421 | } |
| 422 | |
| 423 | getExtraPropValue(key: string) { |
| 424 | return this.getPropValue(getConvertedExtraKey(key)) |
| 425 | } |
| 426 | |
| 427 | setExtraPropValue(key: string, value: PropValue) { |
| 428 | this.setPropValue(getConvertedExtraKey(key), value) |
no test coverage detected