CombainLocation constructor
CombainLocation({})
Implementation
CombainLocation({
required this.latitude,
required this.longitude,
required this.altitude,
required this.accuracy,
required this.speed,
required this.fetchedTime,
this.indoor,
this.bearing,
});