ListLocationsResponse constructor

ListLocationsResponse({
  1. List<LocationListEntry>? locations,
  2. String? nextToken,
})

Implementation

ListLocationsResponse({
  this.locations,
  this.nextToken,
});