Geolocation constructor

Geolocation({
  1. double latitude = 0,
  2. double longitude = 0,
})

Implementation

Geolocation({this.latitude = 0, this.longitude = 0}) : super();