CreateGeoMatchSetResponse constructor

CreateGeoMatchSetResponse({
  1. String? changeToken,
  2. GeoMatchSet? geoMatchSet,
})

Implementation

CreateGeoMatchSetResponse({
  this.changeToken,
  this.geoMatchSet,
});