GoogleCloudLocationListLocationsResponse constructor

GoogleCloudLocationListLocationsResponse({
  1. List<GoogleCloudLocationLocation>? locations,
  2. String? nextPageToken,
})

Implementation

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