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