Map<String, dynamic> toJson() { final destination = this.destination; return { 'destination': destination, }; }