join method

String join(
  1. String routeName
)

Joins the current path with a subpath

Implementation

String join(String routeName) {
  return BaseRoute.joinPaths(path, routeName);
}