This is a helper class to handle getting and setting query parameters on a url easy.
UrlWrapper
Updates the query part of the url with passed in values.
For example:
an object of values to be added or replaced on the query of the url; if any values are undefined, their corresponding keys will be removed from the query.
updated url
This is a helper class to handle getting and setting query parameters on a url easy.
UrlWrapper