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