url method

MethodWithBody url(
  1. String value
)
override

Implementation

MethodWithBody url(String value) {
  super.url(value);
  return this;
}