path method

String path(
  1. List<String> path
)

Implementation

String path(List<String> path) => MicroAppRoute(toString(), path).toString();