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