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