DescribeDestinationsResponse constructor

DescribeDestinationsResponse({
  1. List<Destination>? destinations,
  2. String? nextToken,
})

Implementation

DescribeDestinationsResponse({
  this.destinations,
  this.nextToken,
});