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