toJson method

Map<String, dynamic> toJson()

Implementation

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