()
| 368 | ) {} |
| 369 | |
| 370 | get parameterMap(): ParamMap { |
| 371 | this._parameterMap ??= convertToParamMap(this.parameters); |
| 372 | return this._parameterMap; |
| 373 | } |
| 374 | |
| 375 | /** @docs-private */ |
| 376 | toString(): string { |
nothing calls this directly
no test coverage detected