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