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