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