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