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