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