GeoMatchConstraint constructor

GeoMatchConstraint({
  1. required GeoMatchConstraintType type,
  2. required GeoMatchConstraintValue value,
})

Implementation

GeoMatchConstraint({
  required this.type,
  required this.value,
});