core.Map<core.String, core.dynamic> toJson() { final noProxy = this.noProxy; final uri = this.uri; return {'noProxy': ?noProxy, 'uri': ?uri}; }