Geolocation constructor

const Geolocation({
  1. LocationServices? locationServices,
  2. DateTime? timestamp,
  3. GeolocationCoordinate? coordinate,
  4. GeolocationAltitude? altitude,
  5. GeolocationHeading? heading,
  6. GeolocationSpeed? speed,
})

Implementation

const Geolocation({
  this.locationServices,
  this.timestamp,
  this.coordinate,
  this.altitude,
  this.heading,
  this.speed,
});