String createPath([Iterable? segments]) { final path = startsWith('/') ? this : '/$this'; return _Utils.createPath(path, segments); }