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