clone method

MutUri clone()

Implementation

MutUri clone() => MutUri(
      origin: _origin,
      paths: _paths.toList(),
      pathParams: Map.from(_pathParams),
      query: Map.from(getQuery),
    );