ListLocationsResponse constructor

ListLocationsResponse({
  1. List<Location>? locations,
  2. String? nextPageToken,
})

Implementation

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