Location constructor
const
Location({})
Constructs a Location object
Implementation
const Location({
required this.longitude,
required this.latitude,
this.horizontalAccuracy,
this.livePeriod,
this.heading,
this.proximityAlertRadius,
});