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