GeoMatchSetUpdate constructor

GeoMatchSetUpdate({
  1. required ChangeAction action,
  2. required GeoMatchConstraint geoMatchConstraint,
})

Implementation

GeoMatchSetUpdate({
  required this.action,
  required this.geoMatchConstraint,
});