GeoMatchSetSummary constructor

GeoMatchSetSummary({
  1. required String geoMatchSetId,
  2. required String name,
})

Implementation

GeoMatchSetSummary({
  required this.geoMatchSetId,
  required this.name,
});