CurrentLocation constructor
CurrentLocation({})
Implementation
CurrentLocation(
{this.latitude,
this.longitude,
this.provider,
this.speed,
this.bearing,
this.altitude,
this.accuracy,
this.speedAccuracyMetersPerSecond});