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