getParams method

Map<String, String> getParams()

Returns the route parameters as specified by the configured route

Implementation

Map<String, String> getParams() {
  return _params;
}