GeoMatchParams constructor

GeoMatchParams({
  1. required String areaCode,
  2. required String country,
})

Implementation

GeoMatchParams({
  required this.areaCode,
  required this.country,
});