getUri method

Uri getUri()

Implementation

Uri getUri() {
  return Uri.parse(url).replace(queryParameters: getUriParams());
}