GeoMatchConstraint constructor
GeoMatchConstraint({
- required GeoMatchConstraintType type,
- required GeoMatchConstraintValue value,
Implementation
GeoMatchConstraint({
required this.type,
required this.value,
});