url method

Method url(
  1. String value
)

Implementation

Method url(String value) {
  uri = MutUri.from(value);
  return this;
}