GeoLocation constructor

GeoLocation({
  1. String? country,
  2. String? formattedAddress,
})

Implementation

GeoLocation({this.country, this.formattedAddress});