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