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