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