MutUri pathParam(String name, dynamic value) { if (value != null) { _pathParams[name] = value!.toString(); } return this; }