ListGeoLocationsResponse constructor
ListGeoLocationsResponse({})
Implementation
ListGeoLocationsResponse({
required this.geoLocationDetailsList,
required this.isTruncated,
required this.maxItems,
this.nextContinentCode,
this.nextCountryCode,
this.nextSubdivisionCode,
});