GeoMatchSet constructor
GeoMatchSet({
- required List<
GeoMatchConstraint> geoMatchConstraints, - required String geoMatchSetId,
- String? name,
Implementation
GeoMatchSet({
required this.geoMatchConstraints,
required this.geoMatchSetId,
this.name,
});