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