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