ListDestinationsResponse constructor
ListDestinationsResponse({
- List<
Destination> ? destinations, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListDestinationsResponse({
this.destinations,
this.nextPageToken,
this.unreachable,
});