LocationPoint constructor
const
LocationPoint({})
Implementation
const LocationPoint({
required this.latitude,
required this.longitude,
this.accuracy,
this.altitude,
this.speed,
this.bearing,
required this.timestamp,
this.activity,
this.batteryLevel,
this.isSynced = false,
});