FlutterGPSLocation constructor
FlutterGPSLocation({})
Implementation
FlutterGPSLocation({
required this.lng,
required this.lat,
required this.altitude,
required this.accuracy,
this.speed,
this.speedAccuracy,
this.bearing,
this.bearingAccuracy,
this.satelliteCount,
});