Map<String, dynamic> toJson() { final entry = this.entry; final target = this.target; return { 'Entry': entry, 'Target': target, }; }