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