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