GeoMatchSetUpdate constructor
GeoMatchSetUpdate({
- required ChangeAction action,
- required GeoMatchConstraint geoMatchConstraint,
Implementation
GeoMatchSetUpdate({
required this.action,
required this.geoMatchConstraint,
});