ListGeoLocationsResponse constructor

ListGeoLocationsResponse({
  1. required List<GeoLocationDetails> geoLocationDetailsList,
  2. required bool isTruncated,
  3. required String maxItems,
  4. String? nextContinentCode,
  5. String? nextCountryCode,
  6. String? nextSubdivisionCode,
})

Implementation

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