Geolocation constructor

Geolocation({
  1. required String city,
  2. required String country,
})

Implementation

Geolocation({required this.city, required this.country});