GoogleCloudLocationListLocationsResponse constructor
GoogleCloudLocationListLocationsResponse({
- List<
GoogleCloudLocationLocation> ? locations, - String? nextPageToken,
Implementation
GoogleCloudLocationListLocationsResponse({
this.locations,
this.nextPageToken,
});