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