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