url method

RestUrlBuilder url(
  1. String url
)

Implementation

RestUrlBuilder url(String url) {
  _url = url;
  return this;
}