pathParams method
Implementation
MethodWithBody pathParams(Map<String, dynamic> pathParams) {
super.pathParams(pathParams);
return this;
}
MethodWithBody pathParams(Map<String, dynamic> pathParams) {
super.pathParams(pathParams);
return this;
}