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