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