Geolocation constructor

Geolocation({
  1. String? regionCode,
})

Implementation

Geolocation({
  this.regionCode,
});