GpsLocation constructor
const
GpsLocation({})
Implementation
const GpsLocation({
required this.latitude,
required this.longitude,
required this.altitude,
required this.accuracy,
required this.speed,
required this.timestamp,
});