GeoTaxonomy constructor

GeoTaxonomy({
  1. List<String>? regions,
  2. String? type,
})

Implementation

GeoTaxonomy({
  this.regions,
  this.type,
});