ListLocationsResponse constructor
ListLocationsResponse({
- List<
LocationListEntry> ? locations, - String? nextToken,
Implementation
ListLocationsResponse({
this.locations,
this.nextToken,
});