* getParam * @param k {String} The key to get * @return {String} The value to return, or `undefined`
(k)
| 195 | * @return {String} The value to return, or `undefined` |
| 196 | */ |
| 197 | getParam(k) { |
| 198 | return this._currParams.get(k); |
| 199 | } |
| 200 | |
| 201 | |
| 202 | /** |
no test coverage detected