()
| 281 | } |
| 282 | |
| 283 | get queryParamMap(): ParamMap { |
| 284 | this._queryParamMap ??= convertToParamMap(this.queryParams); |
| 285 | return this._queryParamMap; |
| 286 | } |
| 287 | |
| 288 | /** @docs-private */ |
| 289 | toString(): string { |
nothing calls this directly
no test coverage detected