GeoLocation constructor

GeoLocation({
  1. double? lat,
  2. double? lon,
})

Implementation

GeoLocation({this.lat, this.lon});