GeolocationSpeed constructor

const GeolocationSpeed({
  1. double? speed,
  2. double? accuracy,
})

Implementation

const GeolocationSpeed({
  this.speed,
  this.accuracy,
});