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