Location constructor
Location({})
Implementation
Location({
required this.longitude,
required this.latitude,
required this.altitude,
required this.accuracy,
required this.bearing,
required this.speed,
required this.time,
required this.isMock,
});