$location static method
A helper function used by generated code.
Should not be used directly.
Implementation
static String $location(String path, {Map<String, dynamic>? queryParams}) =>
_buildLocation(path, queryParams: queryParams);
A helper function used by generated code.
Should not be used directly.
static String $location(String path, {Map<String, dynamic>? queryParams}) =>
_buildLocation(path, queryParams: queryParams);