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