GeoMatchSet constructor

GeoMatchSet({
  1. required List<GeoMatchConstraint> geoMatchConstraints,
  2. required String geoMatchSetId,
  3. String? name,
})

Implementation

GeoMatchSet({
  required this.geoMatchConstraints,
  required this.geoMatchSetId,
  this.name,
});