CreateGeoMatchSetResponse constructor
CreateGeoMatchSetResponse({
- String? changeToken,
- GeoMatchSet? geoMatchSet,
Implementation
CreateGeoMatchSetResponse({
this.changeToken,
this.geoMatchSet,
});