GetGeoMatchSetResponse constructor

GetGeoMatchSetResponse({
  1. GeoMatchSet? geoMatchSet,
})

Implementation

GetGeoMatchSetResponse({
  this.geoMatchSet,
});