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