core.Map<core.String, core.dynamic> toJson() => { if (cursor != null) 'cursor': cursor!, if (value != null) 'value': value!, };