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