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