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