* Returns a string representation of this Uri. The representation and normalization * of a URI depends on the scheme. The resulting string can be safely used with * [Uri.parse](#Uri.parse). * * @param skipEncoding Do not percentage-encode the result, defaults to `false`. Note tha
(skipEncoding?: boolean)
| 482 | * @returns A string representation of this Uri. |
| 483 | */ |
| 484 | toString(skipEncoding?: boolean): string; |
| 485 | |
| 486 | /** |
| 487 | * Returns a JSON representation of this Uri. |
no outgoing calls