ListPublishingDestinationsResponse constructor
ListPublishingDestinationsResponse({
- required List<
Destination> destinations, - String? nextToken,
Implementation
ListPublishingDestinationsResponse({
required this.destinations,
this.nextToken,
});