ListDestinationsResponse constructor

ListDestinationsResponse({
  1. List<Destination>? destinations,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListDestinationsResponse({
  this.destinations,
  this.nextPageToken,
  this.unreachable,
});