base method

RestUrlBuilder base(
  1. String base
)

Implementation

RestUrlBuilder base(String base) {
  _base = base;
  return this;
}