The query string elements. For instance, in the URL https://cnn.com/news/story/17774?visited=false, the query string elements will be ["visited": "false"]. Similarly, in the URL https://bbc.co.uk/news?item, the query string elements will be ["item": ""].
This field is mutable. (There is no alternative in this case.) So be cautious.
See Implementation
The query string elements. For instance, in the URL https://cnn.com/news/story/17774?visited=false, the query string elements will be ["visited": "false"]. Similarly, in the URL https://bbc.co.uk/news?item, the query string elements will be ["item": ""].
This field is mutable. (There is no alternative in this case.) So be cautious.