url method

String url()

Returns the url that is being resolved by the router

Implementation

String url() {
  return _url;
}