getUri method

Uri getUri([
  1. QueryType? queryType
])

Implementation

Uri getUri([QueryType? queryType]) {
  return UriHelper.getUri(
    path: 'api/v2/taxonomy',
    queryParameters: getParametersMap(),
    queryType: queryType,
  );
}