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