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