Generate a full URL to the given path.
String to(String path, {Map<String, dynamic>? query}) => url(path, query: query);