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